This commit is contained in:
암냥 2026-07-03 00:36:40 +09:00
commit ba26116797
No known key found for this signature in database
67 changed files with 18730 additions and 0 deletions

18
.cta.json Normal file
View file

@ -0,0 +1,18 @@
{
"projectName": "githikari",
"mode": "file-router",
"typescript": true,
"packageManager": "bun",
"includeExamples": true,
"tailwind": true,
"addOnOptions": {},
"envVarValues": {},
"git": true,
"install": true,
"routerOnly": false,
"version": 1,
"framework": "react",
"chosenAddOns": [
"biome"
]
}