This commit is contained in:
2026-01-28 20:48:02 +01:00
commit 709633bc3c
32 changed files with 6642 additions and 0 deletions

16
.cta.json Normal file
View File

@@ -0,0 +1,16 @@
{
"projectName": "deploy-tan",
"mode": "file-router",
"typescript": true,
"packageManager": "npm",
"tailwind": true,
"addOnOptions": {},
"git": true,
"version": 1,
"framework": "react-cra",
"chosenAddOns": [
"eslint",
"nitro",
"start"
]
}