1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-02 09:51:09 +03:00
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"
}