mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
core: enable project discovery for experimental builds
This commit is contained in:
parent
59dce63471
commit
0759696ec0
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ export namespace Project {
|
|||
await migrateFromGlobal(id, worktree)
|
||||
}
|
||||
}
|
||||
discover(existing)
|
||||
if (Flag.OPENCODE_EXPERIMENTAL) discover(existing)
|
||||
const result: Info = {
|
||||
...existing,
|
||||
worktree,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue