Skip to content

Instantly share code, notes, and snippets.

@jandix
Last active May 6, 2019 11:42
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 jandix/452f434189990c66e0073ee2361db58b to your computer and use it in GitHub Desktop.
Save jandix/452f434189990c66e0073ee2361db58b to your computer and use it in GitHub Desktop.
A configuration file to setup nodemon to start a plumber API.
{
"signal": "SIGHUP",
"verbose": true,
"execMap": {
"R": "Rscript"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment