tracman-server/nodemon.json

8 lines
113 B
JSON

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