chore: scaffold TanStack Start project

This commit is contained in:
2026-07-07 21:52:49 +08:00
commit 0ca06fa00b
24 changed files with 5265 additions and 0 deletions

19
.cta.json Normal file
View File

@ -0,0 +1,19 @@
{
"projectName": "gig-admin",
"mode": "file-router",
"typescript": true,
"tailwind": true,
"packageManager": "pnpm",
"git": false,
"install": true,
"intent": true,
"addOnOptions": {},
"includeExamples": true,
"envVarValues": {},
"routerOnly": false,
"version": 1,
"framework": "react",
"chosenAddOns": [
"nitro"
]
}