webdevotion/combell-api

View on GitHub
nodemon.json

Summary

Maintainability
Test Coverage
{
  "verbose": false,
  "watch": ["dist"],
  "delay": "500ms",
  "exec": "./run.sh",
  "ignore": ["*.test.js", "fixtures/*"]
}