aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-11-22 19:53:27 -0500
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-11-22 19:53:27 -0500
commit609f042fc2bb5b1ded881d3e9eedb2f92bd0c172 (patch)
treea7a72dd2ec66e6d65244d20cac7a8b133c7be416
parent2e0646826508fe57a11e8f7f7edfb600e48e562e (diff)
downloadtanzanite-609f042fc2bb5b1ded881d3e9eedb2f92bd0c172.tar.gz
tanzanite-609f042fc2bb5b1ded881d3e9eedb2f92bd0c172.tar.bz2
tanzanite-609f042fc2bb5b1ded881d3e9eedb2f92bd0c172.zip
malding
-rw-r--r--ecosystem.config.cjs4
1 files changed, 2 insertions, 2 deletions
diff --git a/ecosystem.config.cjs b/ecosystem.config.cjs
index b90eb42..90c39e5 100644
--- a/ecosystem.config.cjs
+++ b/ecosystem.config.cjs
@@ -3,7 +3,7 @@ module.exports = {
{
name: 'bush-bot',
script: 'yarn',
- args: 'node --trace-warnings dist/src/bot.js',
+ 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: 'node --trace-warnings dist/src/bot.js',
+ 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',