tracman-server/nodemon.json
2017-06-30 16:38:30 -04:00

7 lines
95 B
JSON

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