Initial Commit

This commit is contained in:
2025-08-19 17:21:49 +02:00
commit c7d0cf5327
44 changed files with 17582 additions and 0 deletions

21
.cta.json Normal file
View File

@ -0,0 +1,21 @@
{
"projectName": ".",
"mode": "file-router",
"typescript": true,
"tailwind": true,
"packageManager": "npm",
"git": true,
"version": 1,
"framework": "react-cra",
"chosenAddOns": [
"eslint",
"form",
"sentry",
"shadcn",
"start",
"store",
"t3env",
"table",
"tanstack-query"
]
}