core: enable project discovery for experimental builds

pull/5202/head
Dax Raad 2025-12-09 21:23:49 -05:00
parent 59dce63471
commit 0759696ec0
1 changed files with 1 additions and 1 deletions

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,