diff options
| author | Adam <[email protected]> | 2025-12-22 06:05:10 -0600 |
|---|---|---|
| committer | Adam <[email protected]> | 2025-12-22 06:05:46 -0600 |
| commit | 2c16b9fa61b8d8c333c9fb1a1ab51f1089f69079 (patch) | |
| tree | 5afdf1c6941f3401b88dfc8b5c20de37e42c732b /packages/desktop/src | |
| parent | 240ad31edd412ca370c5e54dbf4abd5d6eca5c67 (diff) | |
| download | opencode-2c16b9fa61b8d8c333c9fb1a1ab51f1089f69079.tar.gz opencode-2c16b9fa61b8d8c333c9fb1a1ab51f1089f69079.zip | |
Revert "server: ensure frontend has correct port for PTY websocket connections (#5898)"
This reverts commit a05915ddc8f34d592c05ac6a4f4e8d932a9a0964.
Diffstat (limited to 'packages/desktop/src')
| -rw-r--r-- | packages/desktop/src/app.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/desktop/src/app.tsx b/packages/desktop/src/app.tsx index e5607fd33..2ed529bbc 100644 --- a/packages/desktop/src/app.tsx +++ b/packages/desktop/src/app.tsx @@ -35,7 +35,7 @@ const url = new URLSearchParams(document.location.search).get("url") || (location.hostname.includes("opencode.ai") || location.hostname.includes("localhost") ? `http://${host}:${port}` - : window.location.origin) + : "/") export function App() { return ( |
