IMPROVED - unify dev pattern: DB-only Docker + host app, safe start, add test:watch
CI / quality (push) Waiting to run

This commit is contained in:
MOH
2026-08-07 15:05:34 +02:00
parent 0a5f77d8de
commit cdf0380f79
4 changed files with 98 additions and 53 deletions
+1 -1
View File
@@ -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",
},
});