This commit is contained in:
2025-12-12 17:10:54 +07:00
commit 2c244b77fb
53 changed files with 13115 additions and 0 deletions

23
.cta.json Normal file
View File

@@ -0,0 +1,23 @@
{
"projectName": "fullstack-fuware",
"mode": "file-router",
"typescript": true,
"tailwind": true,
"packageManager": "npm",
"addOnOptions": {
"prisma": {
"database": "postgres"
}
},
"git": true,
"version": 1,
"framework": "react-cra",
"chosenAddOns": [
"eslint",
"prisma",
"form",
"shadcn",
"start",
"tanstack-query"
]
}