fix start command (#400)

This commit is contained in:
Ulf Gebhardt 2025-07-12 15:07:51 +01:00 committed by GitHub
parent b0574c1f38
commit ba389e3527
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@
"url": "git+https://github.com/IT4Change/IT4C.dev.git"
},
"scripts": {
"start": "node ./build/index.js",
"start": "node ./build/src/index.js",
"build": "tsc",
"dev": "tsx watch ./src/index.ts",
"test:unit": "jest",