diff --git a/package.json b/package.json index f07771c..85cf653 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "scripts": { "start": "node dist/src/index.js", - "debug": "node --max_old_space_size=4096 --inspect-brk --inspect-port=9998 ./dist/src/index.js", + "debug": "node --max_old_space_size=4096 --inspect-brk --inspect-port=9997 ./dist/src/index.js", "eslint-fix": "eslint . --fix --ext .ts", "eslint": "eslint . --ext .ts", "build": "tsc -p .",