chore: rename packages/desktop -> packages/app

This commit is contained in:
Adam 2025-12-22 19:38:50 -06:00 committed by Aiden Cline
commit 992327a05d
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",
},
})
}),