chore: generate

This commit is contained in:
opencode-agent[bot]
2026-05-02 19:27:24 +00:00
parent 430bde9e9b
commit c444e971b0
3 changed files with 250 additions and 245 deletions
@@ -82,7 +82,12 @@ export const ProjectRoutes = lazy(() =>
Project.Service.use((svc) => svc.initGit({ directory: dir, project: prev })),
)
if (next.id === prev.id && next.vcs === prev.vcs && next.worktree === prev.worktree) return c.json(next)
await InstanceStore.reloadInstance({ directory: dir, worktree: dir, project: next, init: await getBootstrapRunEffect() })
await InstanceStore.reloadInstance({
directory: dir,
worktree: dir,
project: next,
init: await getBootstrapRunEffect(),
})
return c.json(next)
},
)