feat: add postgres dependency

This commit is contained in:
Alessandre Laguierce 2024-10-25 09:29:35 +02:00
parent 3458b36678
commit 4bae8ddbca

View File

@ -18,6 +18,7 @@
"typescript": "^5.6.3" "typescript": "^5.6.3"
}, },
"dependencies": { "dependencies": {
"express": "^4.21.1" "express": "^4.21.1",
"pg": "^8.13.1"
} }
} }