diff --git a/nodemon.json b/nodemon.json new file mode 100644 index 0000000000..a126f33861 --- /dev/null +++ b/nodemon.json @@ -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" +}