mirror of
https://github.com/ansible/awx.git
synced 2026-01-10 15:32:07 -03:30
Updating contrib doc to include working file watcer solution
This commit is contained in:
parent
f85e28bafa
commit
8881dbfe8e
12
nodemon.json
Normal file
12
nodemon.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"restartable": "rs",
|
||||
"ignore": [
|
||||
".git",
|
||||
"node_modules/**/node_modules",
|
||||
"awx/ui/static/dist"
|
||||
],
|
||||
"watch": [
|
||||
"awx/ui/static"
|
||||
],
|
||||
"ext": "js json less html"
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user