diff --git a/nodemon.json b/nodemon.json new file mode 100644 index 0000000..063c303 --- /dev/null +++ b/nodemon.json @@ -0,0 +1,13 @@ +{ + "verbose": true, + "ignore": [ + ".git", + "node_modules", + "public", + "src/frontend" + ], + "watch": [ + "**/*" + ], + "ext": "js,twig" +}