chore: generate

This commit is contained in:
opencode-agent[bot]
2026-02-09 07:36:24 +00:00
parent a8dbf45da7
commit 1e04901943
+1 -1
View File
@@ -98,7 +98,7 @@ export const { use: useServer, provider: ServerProvider } = createSimpleContext(
if (!url) return
batch(() => {
// Remove the previous startup sidecar url
if(store.currentSidecarUrl) {
if (store.currentSidecarUrl) {
remove(store.currentSidecarUrl)
}