Răsfoiți Sursa

chore: generate

GitHub Action 4 săptămâni în urmă
părinte
comite
442a735883

+ 1 - 1
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"

+ 1 - 1
packages/app/src/context/server.tsx

@@ -211,4 +211,4 @@ export const { use: useServer, provider: ServerProvider } = createSimpleContext(
       },
     }
   },
-})
+})

+ 1 - 1
packages/desktop/src/index.tsx

@@ -417,4 +417,4 @@ function ServerGate(props: { children: (data: Accessor<ServerReadyData>) => JSX.
       </div>
     </Show>
   )
-}
+}