This repository has been archived on 2024-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
tracman-server/nodemon.json
2017-04-12 20:47:24 -04:00

7 lines
96 B
JSON

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