tracman-server/nodemon.json

7 lines
98 B
JSON

{
"verbose": true,
"ext": "html, js, json, css",
"events": {
"restart": "npm run minify"
}
}