aboutsummaryrefslogtreecommitdiff
path: root/ecosystem.config.cjs
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-12-13 20:57:30 -0500
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-12-13 20:57:30 -0500
commit75eddd53819313978d533c11691ac0bc3ec5fdd5 (patch)
treed6ce58b3505f965978af67b25188d2d627d87c0a /ecosystem.config.cjs
parent5b1087e388323b656bedc17afadc5c325fa6f866 (diff)
downloadtanzanite-75eddd53819313978d533c11691ac0bc3ec5fdd5.tar.gz
tanzanite-75eddd53819313978d533c11691ac0bc3ec5fdd5.tar.bz2
tanzanite-75eddd53819313978d533c11691ac0bc3ec5fdd5.zip
nvm
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 90c39e5..3262f29 100644
--- a/ecosystem.config.cjs
+++ b/ecosystem.config.cjs
@@ -3,7 +3,7 @@ module.exports = {
{
name: 'bush-bot',
script: 'yarn',
- args: 'node --experimental-json-modules --no-warnings dist/src/bot.js',
+ args: 'nvm run --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: 'node --experimental-json-modules --no-warnings dist/src/bot.js',
+ args: 'nvm run --experimental-json-modules --no-warnings dist/src/bot.js',
out_file: '../bushbot-beta.log',
error_file: '../bushbot-beta.log',
max_memory_restart: '1G',