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

15 lines
249 B
JSON
Raw Normal View History

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