Skip to content

Commit

Permalink
Add Nodemon configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Szakacs committed Nov 1, 2017
1 parent 5124b1c commit 7cfbee7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions nodemon.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"watch": [
"src",
"test"
],
"verbose": false
}

0 comments on commit 7cfbee7

Please sign in to comment.