Skip to content

Commit

Permalink
Include env example
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
remy committed Jan 19, 2014
1 parent 328e6e7 commit 43fa35a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doc/sample-nodemon.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ Here is an example (of a contrived) `nodemon.json` file:
"test/fixtures/",
"test/samples/"
],
"env": {
"NODE_ENV": "development"
},
"ext": "js json"
}

Note that the `ignore` used is nodemon's default ignore rule. The complete defaults can be seen here: [defaults.js](https://github.com/remy/nodemon/blob/master/lib/config/defaults.js).
Note that the `ignore` used is nodemon's default ignore rule. The complete defaults can be seen here: [defaults.js](https://github.com/remy/nodemon/blob/master/lib/config/defaults.js).

0 comments on commit 43fa35a

Please sign in to comment.