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
+3
View File
@@ -1,3 +1,6 @@
import { loadEnvFile } from 'node:process'
loadEnvFile() // load envs asap
import express from 'express'
import path from 'path'
import cors from 'cors'