From 06e39619e4c7aaac3b5d8e46ba240855c3d1b7f6 Mon Sep 17 00:00:00 2001 From: bingus_violet Date: Fri, 9 Aug 2024 05:20:20 -0500 Subject: [PATCH] Fix constant restarts, rename file --- process.json => pm2-process.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename process.json => pm2-process.json (71%) diff --git a/process.json b/pm2-process.json similarity index 71% rename from process.json rename to pm2-process.json index 29d5998..9f1ea7a 100644 --- a/process.json +++ b/pm2-process.json @@ -1,7 +1,7 @@ { "script": "index.js", "watch": true, - "ignore_watch": ["cache", "cache.json"], + "ignore_watch": ["cache", "cache.json", ".*"], "watch_options": { "followSymlinks": false },