Skip to content

Instantly share code, notes, and snippets.

@23maverick23
Created January 3, 2020 00:04
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 23maverick23/aa85c934f6a337ae6966880996976048 to your computer and use it in GitHub Desktop.
Save 23maverick23/aa85c934f6a337ae6966880996976048 to your computer and use it in GitHub Desktop.
Reload Heroku local on any file change
# https://stackoverflow.com/questions/34146236/restart-heroku-local-on-file-change
nodemon --exec "heroku local" --signal SIGTERM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment