Initial Commit

This commit is contained in:
2025-05-16 17:56:40 +02:00
commit bb96a05c03
46 changed files with 6152 additions and 0 deletions

14
apps/frontend/.cta.json Normal file
View File

@@ -0,0 +1,14 @@
{
"projectName": "frontend",
"mode": "file-router",
"typescript": true,
"tailwind": true,
"packageManager": "pnpm",
"git": true,
"version": 1,
"framework": "react-cra",
"chosenAddOns": [
"eslint",
"tanstack-query"
]
}