From a7372c13e0f10edc50d9e6e17cc58ccd56f074c8 Mon Sep 17 00:00:00 2001 From: bingus_violet Date: Fri, 9 Aug 2024 05:18:58 -0500 Subject: [PATCH] Potentially fix constant restarts --- pm2-process.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pm2-process.json b/pm2-process.json index 6565a14..1b48eb1 100644 --- a/pm2-process.json +++ b/pm2-process.json @@ -1,7 +1,7 @@ { "script": "index.js", "watch": true, - "ignore_watch": ["data"], + "ignore_watch": ["data", ".*"], "watch_options": { "followSymlinks": false },