Published
- 1 min read
express nodemon debug
The solution for this is noted below
express nodemon debug
Solution
"scripts": {
"dev": "node app.js",
"debug": "nodemon --inspect app.js"
}
Try other methods by searching on the site. That is if this doesn’t work