add automatic prisma postgres setup

fix tanstack auth template
This commit is contained in:
Aman Varshney
2025-04-03 18:32:10 +05:30
parent 31c7f8f7f7
commit cc563816ea
22 changed files with 499 additions and 79 deletions

View File

@@ -53,6 +53,7 @@ export async function createProject(options: ProjectConfig): Promise<string> {
projectDir,
options.database,
options.orm,
options.packageManager,
options.turso ?? options.database === "sqlite",
);