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-06-30 16:38:30 -04:00

7 lines
95 B
JSON

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