awx/nodemon.json

13 lines
186 B
JSON

{
"restartable": "rs",
"ignore": [
".git",
"node_modules/**/node_modules",
"awx/ui/static/dist"
],
"watch": [
"awx/ui/static"
],
"ext": "js json less html"
}