chore: rename packages/desktop -> packages/app

This commit is contained in:
Adam 2025-12-22 19:38:50 -06:00
commit 794fe8f381
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
74 changed files with 78 additions and 67 deletions

View file

@ -2600,10 +2600,10 @@ export namespace Server {
},
)
.all("/*", async (c) => {
return proxy(`https://desktop.opencode.ai${c.req.path}`, {
return proxy(`https://app.opencode.ai${c.req.path}`, {
...c.req,
headers: {
host: "desktop.opencode.ai",
host: "app.opencode.ai",
},
})
}),