Files
solid-demo/.cta.json
KoCoder 6d6dcb66a1
All checks were successful
Build and Push Docker Image / build (push) Successful in 3m6s
Initial Commit
2026-05-30 12:52:07 +02:00

24 lines
422 B
JSON

{
"projectName": "solid-demo",
"mode": "file-router",
"typescript": true,
"packageManager": "npm",
"includeExamples": true,
"tailwind": true,
"addOnOptions": {},
"envVarValues": {},
"git": true,
"install": true,
"routerOnly": false,
"version": 1,
"framework": "solid",
"chosenAddOns": [
"biome",
"nitro",
"form",
"sentry",
"solid-ui",
"store",
"tanstack-query"
]
}