core: enable project discovery for experimental builds

This commit is contained in:
Dax Raad
2025-12-09 21:23:49 -05:00
parent fcf5d84ddc
commit 3381781b67
+1 -1
View File
@@ -107,7 +107,7 @@ export namespace Project {
await migrateFromGlobal(id, worktree)
}
}
discover(existing)
if (Flag.OPENCODE_EXPERIMENTAL) discover(existing)
const result: Info = {
...existing,
worktree,