IMPROVED - unify dev pattern: DB-only Docker + host app, safe start, add test:watch
CI / quality (push) Waiting to run
CI / quality (push) Waiting to run
This commit is contained in:
+1
-1
@@ -7,6 +7,6 @@ export default defineConfig({
|
||||
dbCredentials: {
|
||||
url:
|
||||
process.env.DATABASE_URL ??
|
||||
"postgresql://postgres:postgres@localhost:5432/moh_sass?schema=public",
|
||||
"postgresql://postgres:postgres@localhost:5432/moh_sass",
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user