1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-02 01:21:21 +03:00
awx/nodemon.json

13 lines
191 B
JSON
Raw Normal View History

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