work in progress

This commit is contained in:
2025-12-01 17:51:38 -07:00
parent 06f3129fb9
commit fbb99f21da
3 changed files with 293 additions and 2 deletions

View File

@@ -17,6 +17,7 @@
"type": "module",
"dependencies": {
"cors": "^2.8.5",
"express": "^5.1.0"
"express": "^5.1.0",
"pg": "^8.16.3"
}
}