From 57dfc49c8c2c081afca5bb547ba679c82b87e26e Mon Sep 17 00:00:00 2001 From: Lucas Gabriel Date: Thu, 3 Oct 2024 22:15:01 -0300 Subject: [PATCH] nodemon.json update --- nodemon.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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