made updates to load envs and streamline pg pool to cut down on connections
Test Workflow / test-and-lint (pull_request) Failing after 45s
Test Workflow / test-and-lint (pull_request) Failing after 45s
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user