mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
add automated neon postgres database setup
This commit is contained in:
@@ -57,6 +57,7 @@ export async function createProject(options: ProjectConfig): Promise<string> {
|
||||
options.dbSetup === "turso",
|
||||
options.dbSetup === "prisma-postgres",
|
||||
options.dbSetup === "mongodb-atlas",
|
||||
options.dbSetup === "neon",
|
||||
);
|
||||
|
||||
await setupAuthTemplate(
|
||||
|
||||
Reference in New Issue
Block a user