chore: generate

This commit is contained in:
GitHub Action
2026-01-24 18:04:12 +00:00
parent 67ea21b55a
commit 442a735883
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ function ServerKey(props: ParentProps) {
) )
} }
export function AppInterface(props: { defaultUrl?: string; }) { export function AppInterface(props: { defaultUrl?: string }) {
const defaultServerUrl = () => { const defaultServerUrl = () => {
if (props.defaultUrl) return props.defaultUrl if (props.defaultUrl) return props.defaultUrl
if (location.hostname.includes("opencode.ai")) return "http://localhost:4096" if (location.hostname.includes("opencode.ai")) return "http://localhost:4096"
+1 -1
View File
@@ -211,4 +211,4 @@ export const { use: useServer, provider: ServerProvider } = createSimpleContext(
}, },
} }
}, },
}) })
+1 -1
View File
@@ -417,4 +417,4 @@ function ServerGate(props: { children: (data: Accessor<ServerReadyData>) => JSX.
</div> </div>
</Show> </Show>
) )
} }