fix(app): default project picker to home

This commit is contained in:
Brendan Allan 2026-07-31 04:07:43 +00:00 committed by opencode-agent[bot]
commit 7865d69001
10 changed files with 31 additions and 8 deletions

View file

@ -30,7 +30,7 @@ export const LocationGroup = HttpApiGroup.make("server.location")
.add(
HttpApiEndpoint.get("location.get", "/api/location", {
query: LocationQuery,
success: Location.Info,
success: Location.Details,
})
.annotateMerge(locationQueryOpenApi)
.annotateMerge(