feat(db): prod sql connect setup more proper to handle errors as well

This commit is contained in:
2025-12-22 11:35:09 -06:00
parent 2c0a8608ac
commit a8c5aad833
6 changed files with 164 additions and 1 deletions

View File

@@ -11,7 +11,7 @@
"build": "esbuild backend/app.ts --bundle --platform=node --minify --outfile=dist/index.js --format=esm --packages=external",
"build:app": "ncc build backend/app.ts -o dist -m -s",
"lint": "tsc",
"start": "node dist/index.js",
"start": "dotenvx run -f .env -- node dist/index.js",
"commit": "cz",
"changeset": "changeset",
"version": "changeset version",