From 13ba1ad552047eb9386e91d542a975c4bef58b08 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Mon, 26 Jul 2021 18:44:47 -0400 Subject: fix: ecosystem.config.json -> ecosystem.config.js --- ecosystem.config.json | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 ecosystem.config.json (limited to 'ecosystem.config.json') diff --git a/ecosystem.config.json b/ecosystem.config.json deleted file mode 100644 index a4ba731..0000000 --- a/ecosystem.config.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "apps": [ - { - "name": "BushBot-Dev", - "script": "yarn", - "args": "start", - "out_file": "./combined-dev.log", - "error_file": "./combined-dev.log", - "max_memory_restart": "2000M", - "node_args": ["--max_old_space_size=2048"], - "env": { - "FORCE_COLOR": "3" - } - } - ] -} -- cgit