diff --git a/nodemon.json b/nodemon.json new file mode 100644 index 0000000..2b0661c --- /dev/null +++ b/nodemon.json @@ -0,0 +1,11 @@ +{ + "ignore": [ + "node_modules", + "src/frontend", + "public/dist" + ], + "events": { + "restart": "echo \"App restarted due to: '$FILENAME'\"" + }, + "ext": "js,twig" +}