fix: use node instead of nodemon
Some checks failed
Publish Docker image / Push Docker image to Docker Hub (push) Has been cancelled

This commit is contained in:
2025-09-08 22:58:22 +02:00
committed by GitHub
parent b20a969dee
commit 0e8703629d

View File

@@ -11,7 +11,7 @@
"build": "sern build",
"web": "node webserver.js",
"watch": "tsc --watch",
"start": "nodemon dist/index.js"
"start": "node dist/index.js"
},
"repository": {
"type": "git",