resolved type errors and other proc. app build error

This commit is contained in:
user
2026-03-02 19:23:59 +02:00
parent 6069a16d80
commit be45cc3fa7
7 changed files with 32 additions and 17 deletions

View File

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