diff --git a/nodemon.json b/nodemon.json index 1290d5c..946cf33 100644 --- a/nodemon.json +++ b/nodemon.json @@ -1,3 +1,9 @@ -{ - "ignore": ["props", "tmp"] +{ + "ignore": [ + "props", + "tmp" + ], + "watch": [ + "restart.txt" + ] } \ No newline at end of file