Skip to content
Snippets Groups Projects
nodemon.json 113 B
{
  "watch": [
    "dist",
    "config",
    "src/index.html"
  ],
  "ext": "js ts json html",
  "delay": "50"
}