fix: use db url instead of credentials

This commit is contained in:
2025-01-17 22:26:19 +01:00
parent eb2adf41a0
commit 977e833cf2
4 changed files with 7 additions and 21 deletions

View File

@@ -45,6 +45,6 @@
"dependencies": {
"@sveltejs/adapter-node": "^5.2.11",
"drizzle-orm": "^0.38.3",
"pg": "^8.13.1"
"postgres": "^3.4.5"
}
}