Init
This commit is contained in:
23
.cta.json
Normal file
23
.cta.json
Normal 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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user