Skip to content

Instantly share code, notes, and snippets.

@rw3iss
Created June 10, 2021 03:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rw3iss/09ce95ddb4e61c7b025e13e0354a65b7 to your computer and use it in GitHub Desktop.
Save rw3iss/09ce95ddb4e61c7b025e13e0354a65b7 to your computer and use it in GitHub Desktop.
nodemon node server restarting
"dev": "nodemon --signal SIGTERM --watch './src/**/*' -e ts,js,json,env --exec \"npm run restart\"",
restart.sh:
node build/index.js --no-deprecation --no-warnings --trace-deprecation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment