Auth fertig erstellt. Aktuell läuft review durch KI

This commit is contained in:
2026-08-29 14:07:44 +02:00
commit 625d026f59
70 changed files with 17032 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
{
"projectName": "webkulisse-saas",
"mode": "file-router",
"typescript": true,
"packageManager": "npm",
"includeExamples": false,
"tailwind": true,
"projectPreset": "default",
"addOnOptions": {
"drizzle": {
"database": "postgresql"
}
},
"git": true,
"install": true,
"intent": true,
"routerOnly": false,
"version": 1,
"framework": "react",
"chosenAddOns": [
"biome",
"nitro",
"compiler",
"drizzle",
"shadcn",
"better-auth"
]
}