From e1acc4246e8f7c475c1570a67ac088def094b7ec Mon Sep 17 00:00:00 2001 From: bingus_violet Date: Thu, 8 Aug 2024 22:47:29 -0500 Subject: [PATCH] PM2 ignore cache directory --- pm2-process.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 pm2-process.json diff --git a/pm2-process.json b/pm2-process.json new file mode 100644 index 0000000..49fa78a --- /dev/null +++ b/pm2-process.json @@ -0,0 +1,6 @@ +{ + "ignore_watch": ["cache"], + "watch_options": { + "followSymlinks": false + } +} \ No newline at end of file