Skip to content

Instantly share code, notes, and snippets.

@emmiep
Created August 8, 2018 11:13
Show Gist options
  • Save emmiep/81068a6b77197b9438b5232d09c9a012 to your computer and use it in GitHub Desktop.
Save emmiep/81068a6b77197b9438b5232d09c9a012 to your computer and use it in GitHub Desktop.
Nodemon for dart
{
"watch": [
"bin/",
"lib/"
],
"execMap": {
"dart": "dart"
},
"ext": "dart"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment