Skip to content

Instantly share code, notes, and snippets.

@geshan
Created March 17, 2021 03:02
Show Gist options
  • Select an option

  • Save geshan/d732b3cdec7ae55208c0cac97aab1035 to your computer and use it in GitHub Desktop.

Select an option

Save geshan/d732b3cdec7ae55208c0cac97aab1035 to your computer and use it in GitHub Desktop.
Markdium-How to use nodemon to restart your Node.js applications automatically and efficiently
"scripts": {
"start": "node ./bin/www",
"start:dev": "DEBUG=nodejs-mysql:* nodemon ./bin/www"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment