From 0e875038fc1c98a59fa880b729cff1a867fe9c13 Mon Sep 17 00:00:00 2001 From: Nolan Perry Date: Thu, 30 Nov 2023 16:11:14 -0500 Subject: [PATCH] Create ecosystem.config.js --- ecosystem.config.js | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 ecosystem.config.js diff --git a/ecosystem.config.js b/ecosystem.config.js new file mode 100644 index 0000000..4b13f3c --- /dev/null +++ b/ecosystem.config.js @@ -0,0 +1,6 @@ +module.exports = { + apps : [{ + name : "Discord Group Chat Relay", + script : "./index.js" + }] +}