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