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

7 lines
96 B
JSON
Raw Normal View History

2017-04-12 17:50:28 -06:00
{
"verbose": true,
2017-04-12 18:38:06 -06:00
"ext": "html, js, json, css",
"events": {
2017-04-12 18:47:24 -06:00
"start": "npm run minify"
}
2017-04-12 17:50:28 -06:00
}