aboutsummaryrefslogtreecommitdiff
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
parent5b1087e388323b656bedc17afadc5c325fa6f866 (diff)
downloadtanzanite-75eddd53819313978d533c11691ac0bc3ec5fdd5.tar.gz
tanzanite-75eddd53819313978d533c11691ac0bc3ec5fdd5.tar.bz2
tanzanite-75eddd53819313978d533c11691ac0bc3ec5fdd5.zip
nvm
-rw-r--r--.nvmrc1
-rw-r--r--ecosystem.config.cjs4
2 files changed, 3 insertions, 2 deletions
diff --git a/.nvmrc b/.nvmrc
new file mode 100644
index 0000000..8e2afd3
--- /dev/null
+++ b/.nvmrc
@@ -0,0 +1 @@
+17 \ No newline at end of file
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',