fix: opencode web command
Some checks failed
Update Nix Hashes / update (push) Has been cancelled
deploy / deploy (push) Has been cancelled

This commit is contained in:
Adam 2025-12-08 09:48:21 -06:00
parent 4425c66732
commit d66b903e7f
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75

View file

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