added host+port env in prod script for proc. app

This commit is contained in:
user
2026-03-02 19:25:03 +02:00
parent be45cc3fa7
commit a7ed537b07

View File

@@ -4,7 +4,7 @@
"scripts": { "scripts": {
"dev": "tsx watch src/index.ts", "dev": "tsx watch src/index.ts",
"build": "tsc", "build": "tsc",
"prod": "node dist/index.js" "prod": "PORT=3000 HOST=0.0.0.0 node dist/index.js"
}, },
"dependencies": { "dependencies": {
"@opentelemetry/api": "^1.9.0", "@opentelemetry/api": "^1.9.0",