backend docker refactor and frontend cleanup

This commit is contained in:
fred 2026-01-28 10:36:11 -08:00
parent 96443b6afe
commit 63e33a45b4
14 changed files with 130 additions and 113 deletions

View file

@ -4,8 +4,9 @@
"main": "index.js",
"scripts": {
"dev": "nodemon ./src/index.ts",
"production": "npx tsc && node ./dist/index.js",
"ci": "tsc"
"build": "tsc",
"prisma:generate": "prisma generate",
"prod": "node ./dist/index.js"
},
"keywords": [],
"author": "",