mirror of
https://github.com/ansible/awx.git
synced 2026-03-27 05:45:02 -02:30
Updating contrib doc to include working file watcer solution
This commit is contained in:
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"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user