add: dotfiles/folder

This commit is contained in:
2026-02-08 20:29:35 +05:30
parent c316b759c3
commit 624b4d35e0
3 changed files with 40 additions and 0 deletions

15
.cta.json Normal file
View File

@@ -0,0 +1,15 @@
{
"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"
]
}