Working base server with migrations and build steps ironed out #1

Merged
joseph.nelson4456 merged 24 commits from base-setup into main 2026-05-13 23:16:22 -07:00
Showing only changes of commit 6aa89984a6 - Show all commits
+3 -1
View File
@@ -23,7 +23,9 @@
"dependencies": {
"dotenv": "^16.0.3",
"express": "^4.18.2",
"pg": "^8.8.0"
"pg": "^8.8.0",
"p-limit": "^7.3.0",
"csv-parser": "^3.0.0"
},
"devDependencies": {
"eslint": "^10.3.0",