update production setup

This commit is contained in:
root
2026-05-10 19:19:56 -04:00
parent 6322b7d2a1
commit 2a75f47693
8 changed files with 191 additions and 34 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
"scripts": {
"dev": "node --env-file=../../.env.local ../../node_modules/.bin/ts-node-dev --respawn --transpile-only src/index.ts",
"build": "tsc",
"start": "node --env-file=../../.env.local dist/index.js",
"start": "node dist/index.js",
"type-check": "tsc --noEmit"
},
"dependencies": {