tracman-server/nodemon.json

7 lines
95 B
JSON

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