diff options
| author | OpeOginni <[email protected]> | 2026-01-24 19:03:36 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-01-24 12:03:36 -0600 |
| commit | 67ea21b55a281d6feb00820f1fec94da50165678 (patch) | |
| tree | 44fc751afe3120de59e5e8adac17b1b40d519bb0 /packages/app/src/app.tsx | |
| parent | f4cf3f4976b8e8e60b90098bba57c11ffa115a6a (diff) | |
| download | opencode-67ea21b55a281d6feb00820f1fec94da50165678.tar.gz opencode-67ea21b55a281d6feb00820f1fec94da50165678.zip | |
feat(web): implement new server management for web and desktop (#8513)
Diffstat (limited to 'packages/app/src/app.tsx')
| -rw-r--r-- | packages/app/src/app.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/app/src/app.tsx b/packages/app/src/app.tsx index d5009c8d1..6eb959c34 100644 --- a/packages/app/src/app.tsx +++ b/packages/app/src/app.tsx @@ -84,7 +84,7 @@ function ServerKey(props: ParentProps) { ) } -export function AppInterface(props: { defaultUrl?: string }) { +export function AppInterface(props: { defaultUrl?: string; }) { const defaultServerUrl = () => { if (props.defaultUrl) return props.defaultUrl if (location.hostname.includes("opencode.ai")) return "http://localhost:4096" |
