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" + }] +}