Skip to content

Instantly share code, notes, and snippets.

@nsisodiya
Created April 28, 2019 19:22
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nsisodiya/d3ea72eff0ab7e754da2f4af9c37d63e to your computer and use it in GitHub Desktop.
Save nsisodiya/d3ea72eff0ab7e754da2f4af9c37d63e to your computer and use it in GitHub Desktop.
Nodemon ESM and inspect
{
"scripts": {
"start": "nodemon -r esm --inspect-brk --inspect=0.0.0.0:9229 src/server.js",
"test": "echo \"Error: no test specified\" && exit 1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment