aboutsummaryrefslogtreecommitdiff
path: root/ecosystem.config.cjs
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-12-13 22:01:39 -0500
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-12-13 22:01:39 -0500
commitf1ec265e86bdf744d84e5a3a0d48b5efdf23753b (patch)
tree55d0e7f2a1a671dc22e777700a84be200c7dbf10 /ecosystem.config.cjs
parentec19a573903b8257d95256a834da87f1c7516dff (diff)
downloadtanzanite-f1ec265e86bdf744d84e5a3a0d48b5efdf23753b.tar.gz
tanzanite-f1ec265e86bdf744d84e5a3a0d48b5efdf23753b.tar.bz2
tanzanite-f1ec265e86bdf744d84e5a3a0d48b5efdf23753b.zip
I give up
Diffstat (limited to 'ecosystem.config.cjs')
-rw-r--r--ecosystem.config.cjs4
1 files changed, 2 insertions, 2 deletions
diff --git a/ecosystem.config.cjs b/ecosystem.config.cjs
index 85ec54e..90c39e5 100644
--- a/ecosystem.config.cjs
+++ b/ecosystem.config.cjs
@@ -3,7 +3,7 @@ module.exports = {
{
name: 'bush-bot',
script: 'yarn',
- args: 'start',
+ args: 'node --experimental-json-modules --no-warnings dist/src/bot.js',
out_file: '../bushbot.log',
error_file: '../bushbot.log',
max_memory_restart: '1G',
@@ -17,7 +17,7 @@ module.exports = {
{
name: 'bush-bot-beta',
script: 'yarn',
- args: 'start',
+ args: 'node --experimental-json-modules --no-warnings dist/src/bot.js',
out_file: '../bushbot-beta.log',
error_file: '../bushbot-beta.log',
max_memory_restart: '1G',