Files
cupcontrol/frontend/.cta.json
2025-12-25 15:59:17 +01:00

16 lines
280 B
JSON

{
"projectName": "frontend",
"mode": "file-router",
"typescript": true,
"tailwind": true,
"packageManager": "pnpm",
"addOnOptions": {},
"git": true,
"version": 1,
"framework": "react-cra",
"chosenAddOns": [
"biome",
"shadcn",
"tanstack-query"
]
}