/ .cta.json
.cta.json
1 { 2 "projectName": "ass", 3 "mode": "file-router", 4 "typescript": true, 5 "tailwind": true, 6 "packageManager": "npm", 7 "addOnOptions": {}, 8 "git": true, 9 "version": 1, 10 "framework": "react-cra", 11 "chosenAddOns": [ 12 "eslint", 13 "start", 14 "storybook" 15 ] 16 }