fix: opencode web command
parent
2a5255ac8f
commit
c347056246
|
|
@ -2380,7 +2380,7 @@ export namespace Server {
|
|||
})
|
||||
})
|
||||
.all("/*", async (c) => {
|
||||
return proxy(`https://desktop.opencode.ai?url=/web`, {
|
||||
return proxy(`https://desktop.opencode.ai${c.req.path}?url=/web`, {
|
||||
...c.req,
|
||||
headers: {
|
||||
host: "desktop.opencode.ai",
|
||||
|
|
|
|||
Loading…
Reference in New Issue