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
95 B
JSON
Raw Normal View History

2017-04-12 17:50:28 -06:00
{
"verbose": true,
2017-06-30 14:38:30 -06:00
"ext": "html, js, json, css",
"events": {
"start": "npm run build"
}
2017-04-12 17:50:28 -06:00
}