proc. package script fix

This commit is contained in:
user
2026-03-02 19:09:48 +02:00
parent ed0a7d5c67
commit 6069a16d80

View File

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