Initial Commit
All checks were successful
Build and Push Docker Image / build (push) Successful in 3m6s

This commit is contained in:
2026-05-30 12:52:07 +02:00
commit 6d6dcb66a1
62 changed files with 12208 additions and 0 deletions

24
.cta.json Normal file
View File

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