From 0516e39d203b12e320b7a5c7cb39fb63ca06ac19 Mon Sep 17 00:00:00 2001 From: bingus_violet Date: Sun, 24 Nov 2024 21:58:45 -0600 Subject: [PATCH] pm2 process json --- pm2-process.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 pm2-process.json diff --git a/pm2-process.json b/pm2-process.json new file mode 100644 index 0000000..af4d512 --- /dev/null +++ b/pm2-process.json @@ -0,0 +1,9 @@ +{ + "script": "index.js", + "watch": true, + "ignore_watch": ["cached", ".*"], + "watch_options": { + "followSymlinks": false + }, + "name": "Violets-Purgatory" +} \ No newline at end of file