semi-thicker, but eh works now

This commit is contained in:
user
2026-03-02 19:46:58 +02:00
parent a7ed537b07
commit 5c84f4a672
3 changed files with 27 additions and 18 deletions

View File

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