add automated neon postgres database setup

This commit is contained in:
Aman Varshney
2025-04-11 09:01:53 +05:30
parent bca3ec81f5
commit 0868672050
11 changed files with 260 additions and 17 deletions

View File

@@ -65,7 +65,8 @@ export async function setupEnvironmentVariables(
const specializedSetup =
options.dbSetup === "turso" ||
options.dbSetup === "prisma-postgres" ||
options.dbSetup === "mongodb-atlas";
options.dbSetup === "mongodb-atlas" ||
options.dbSetup === "neon";
if (!specializedSetup) {
if (options.database === "postgres") {