diff options
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 744ea04..0eb55d0 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "test": "mocha", "compile": "tsc", "watch": "tsc -w", - "start": "npm i --only=prod; node build/index.js --trace-warnings" + "start": "npm i --only=prod; node --trace-warnings build/index.js" }, "engines": { "node": ">=16.0.0" |