Skip to content

Commit 0759696

Browse files
committed
core: enable project discovery for experimental builds
1 parent 59dce63 commit 0759696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/opencode/src/project/project.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export namespace Project {
107107
await migrateFromGlobal(id, worktree)
108108
}
109109
}
110-
discover(existing)
110+
if (Flag.OPENCODE_EXPERIMENTAL) discover(existing)
111111
const result: Info = {
112112
...existing,
113113
worktree,

0 commit comments

Comments
 (0)