From 6735cd4a1780e65cfc447131331e98a66ff04cbb Mon Sep 17 00:00:00 2001 From: Borys Date: Wed, 6 Mar 2024 15:51:43 +0200 Subject: [PATCH] ecosystem cjs --- bots/translateBot/ecosystem.config.cjs | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 bots/translateBot/ecosystem.config.cjs diff --git a/bots/translateBot/ecosystem.config.cjs b/bots/translateBot/ecosystem.config.cjs new file mode 100644 index 00000000..ca7685cb --- /dev/null +++ b/bots/translateBot/ecosystem.config.cjs @@ -0,0 +1,6 @@ +module.exports = { + apps : [{ + name : "translate bot", + script : "npm run dev", + }] +} \ No newline at end of file