awx/nodemon.json

13 lines
191 B
JSON

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