made updates to load envs and streamline pg pool to cut down on connections
Test Workflow / test-and-lint (pull_request) Failing after 45s

This commit is contained in:
2026-05-30 23:44:00 -07:00
parent 42563e6f7c
commit c16eab58a2
12 changed files with 19 additions and 43 deletions
+1
View File
@@ -6,6 +6,7 @@
"scripts": {
"dev": "nodemon src/app.js",
"start": "node src/app.js",
"docker:start": "node --env-file=.env src/app.js",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"migrate": "node-pg-migrate -m ./src/migrations",