This commit is contained in:
Nikita
2025-12-21 13:37:19 -08:00
commit 8cd4b943a5
173 changed files with 44266 additions and 0 deletions

12
packages/web/.cta.json Normal file
View File

@@ -0,0 +1,12 @@
{
"projectName": "web",
"mode": "file-router",
"typescript": true,
"tailwind": true,
"packageManager": "npm",
"git": false,
"addOnOptions": {},
"version": 1,
"framework": "react-cra",
"chosenAddOns": ["start", "cloudflare"]
}