diff --git a/package.json b/package.json index 7244e64..393a733 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ }, "scripts": { "start": "node index.js", - "watch": "node_modules/.bin/nodemon index.js", + "watch": "node_modules/.bin/nodemon --inspect index.js", "standard": "standard --verbose --fix | snazzy", "cleanmac": "find . -name '.DS_Store' -type f -delete" },