From 0516e39d203b12e320b7a5c7cb39fb63ca06ac19 Mon Sep 17 00:00:00 2001 From: bingus_violet Date: Sun, 24 Nov 2024 21:58:45 -0600 Subject: [PATCH 1/4] 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 From 1de9d8070ec3288d8ef071f84494571f4a5c48b8 Mon Sep 17 00:00:00 2001 From: bingus_violet Date: Sun, 24 Nov 2024 22:01:00 -0600 Subject: [PATCH 2/4] Bruh --- pm2-process.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pm2-process.json b/pm2-process.json index af4d512..d161b7a 100644 --- a/pm2-process.json +++ b/pm2-process.json @@ -4,6 +4,5 @@ "ignore_watch": ["cached", ".*"], "watch_options": { "followSymlinks": false - }, - "name": "Violets-Purgatory" + } } \ No newline at end of file From 981bed228b344448e9d5f509d14e2d91c4250f6f Mon Sep 17 00:00:00 2001 From: bingus_violet Date: Sun, 24 Nov 2024 22:06:41 -0600 Subject: [PATCH 3/4] bruh2 --- pm2-process.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pm2-process.json b/pm2-process.json index d161b7a..af4d512 100644 --- a/pm2-process.json +++ b/pm2-process.json @@ -4,5 +4,6 @@ "ignore_watch": ["cached", ".*"], "watch_options": { "followSymlinks": false - } + }, + "name": "Violets-Purgatory" } \ No newline at end of file From 60790c2b256d16c9c81d65e38d1e45e893e7168b Mon Sep 17 00:00:00 2001 From: bingus_violet Date: Sun, 24 Nov 2024 22:10:58 -0600 Subject: [PATCH 4/4] Bruh --- pm2-process.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 pm2-process.json diff --git a/pm2-process.json b/pm2-process.json deleted file mode 100644 index af4d512..0000000 --- a/pm2-process.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "script": "index.js", - "watch": true, - "ignore_watch": ["cached", ".*"], - "watch_options": { - "followSymlinks": false - }, - "name": "Violets-Purgatory" -} \ No newline at end of file