chore: rename packages/desktop -> packages/app
This commit is contained in:
parent
4ccd407259
commit
992327a05d
74 changed files with 78 additions and 67 deletions
|
|
@ -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",
|
||||
},
|
||||
})
|
||||
}),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue