fix start phase

This commit is contained in:
Sammy 2023-06-03 22:04:31 +02:00
parent c400895450
commit f91157467d

View File

@ -26,7 +26,7 @@
"build": "tsc",
"buildwatch": "tsc --watch",
"clean": "rimraf build",
"start": "npm run clean && node build/index.js",
"start": "node build/index.js",
"debuggable": "node build/index.js --inspect-brk",
"monitor": "nodemon build/index.js",
"lint": "eslint . --ext .ts",