diff --git a/nodemon.json b/nodemon.json index 0ac5db9..2b0661c 100644 --- a/nodemon.json +++ b/nodemon.json @@ -2,7 +2,7 @@ "ignore": [ "node_modules", "src/frontend", - "public" + "public/dist" ], "events": { "restart": "echo \"App restarted due to: '$FILENAME'\""