Files
bknd-examples/.cta.json
2026-02-08 20:29:35 +05:30

15 lines
266 B
JSON

{
"projectName": "my-bknd-app",
"mode": "file-router",
"typescript": true,
"tailwind": false,
"packageManager": "bun",
"git": true,
"install": true,
"addOnOptions": {},
"version": 1,
"framework": "react-cra",
"chosenAddOns": [
"start"
]
}