Skip to content

Commit

Permalink
Fix nodemon breaking --inspect flag
Browse files Browse the repository at this point in the history
  • Loading branch information
RolandWarburton committed Oct 30, 2021
1 parent 843332f commit c7c6d61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nodemon.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"verbose": true,
"exec": "node --require ts-node/register --inspect=0.0.0.0:9229 --require dotenv/config",
"watch": ["src/"],
"ext": "ts, js, json, ejs"
"ext": "ts, js, json, ejs",
"signal": "SIGINT"
}

0 comments on commit c7c6d61

Please sign in to comment.