chore: generate

This commit is contained in:
opencode-agent[bot]
2026-07-24 06:40:05 +00:00
parent d07323ef59
commit 2ea4bb793e
9 changed files with 20 additions and 26 deletions
@@ -105,7 +105,10 @@ async function mockServers(page: Page) {
})
if (url.pathname === "/vcs") return json(route, { branch: "main", default_branch: "main" })
if (url.pathname === "/api/vcs")
return json(route, { location: { directory: current.directory }, data: { branch: "main", defaultBranch: "main" } })
return json(route, {
location: { directory: current.directory },
data: { branch: "main", defaultBranch: "main" },
})
return json(route, {})
})
}