fix build script

This commit is contained in:
Dax Raad
2026-04-16 18:01:14 -04:00
parent 9f201d6370
commit 9db40996cc

View File

@@ -463,6 +463,7 @@ export const { use: useSync, provider: SyncProvider } = createSimpleContext({
return store.status
},
get ready() {
if (process.env.OPENCODE_FAST_BOOT) return true
return store.status !== "loading"
},
get path() {