ソースを参照

fix build script

Dax Raad 3 日 前
コミット
9db40996cc
1 ファイル変更1 行追加0 行削除
  1. 1 0
      packages/opencode/src/cli/cmd/tui/context/sync.tsx

+ 1 - 0
packages/opencode/src/cli/cmd/tui/context/sync.tsx

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