core: enable project discovery for experimental builds

This commit is contained in:
Dax Raad 2025-12-09 21:23:49 -05:00
parent 59dce63471
commit 0759696ec0

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,