VoxaAI/voxa-cli

View on GitHub
templates/javascript/nodemon.json

Summary

Maintainability
Test Coverage
{
  "ignore": [
    ".git",
    "node_modules/**/node_modules",
    "speech-assets/",
    "test/",
    "reports/",
    "content/"
  ],
  "verbose": true,
  "ext": "js,json"
}