fix build script
This commit is contained in:
parent
9f201d6370
commit
9db40996cc
1 changed files with 1 additions and 0 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue