aboutsummaryrefslogtreecommitdiff
path: root/ecosystem.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'ecosystem.config.js')
-rw-r--r--ecosystem.config.js16
1 files changed, 0 insertions, 16 deletions
diff --git a/ecosystem.config.js b/ecosystem.config.js
deleted file mode 100644
index 2e4b063..0000000
--- a/ecosystem.config.js
+++ /dev/null
@@ -1,16 +0,0 @@
-module.exports = {
- 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'
- }
- }
- ]
-};