feat(frontends): added vite and docusorus into the games

This commit is contained in:
2026-02-18 12:11:51 -06:00
parent 23c000fa7f
commit 76503f558b
72 changed files with 26865 additions and 0 deletions

20
frontend/.cta.json Normal file
View File

@@ -0,0 +1,20 @@
{
"projectName": "frontend",
"mode": "file-router",
"typescript": true,
"packageManager": "npm",
"includeExamples": false,
"tailwind": true,
"addOnOptions": {},
"envVarValues": {},
"git": false,
"routerOnly": false,
"version": 1,
"framework": "react-cra",
"chosenAddOns": [
"biome",
"shadcn",
"better-auth",
"tanstack-query"
]
}