nodemon.json 77 B

1234567
  1. {
  2. "verbose": false,
  3. "ignore": [
  4. "data"
  5. ],
  6. "ext": "js json ejs"
  7. }