aboutsummaryrefslogtreecommitdiff
path: root/ecosystem.config.json
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-06-19 16:43:37 -0400
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-06-19 16:43:37 -0400
commitea64ebfff9aae32deb036643422d3427959dcd24 (patch)
tree5ab83558642bad282515837424637070f547a05e /ecosystem.config.json
parentd055e0dbb86ef7fd4ee96a1531b51181e825fb4b (diff)
downloadtanzanite-ea64ebfff9aae32deb036643422d3427959dcd24.tar.gz
tanzanite-ea64ebfff9aae32deb036643422d3427959dcd24.tar.bz2
tanzanite-ea64ebfff9aae32deb036643422d3427959dcd24.zip
feat(*): A bunch of stuff
- Remade logging - updated dependencies - started adding custom crap to the command handler - added emojis to stuff - can't remeber other stuff Note: this is currently broken BREAKING CHANGE:
Diffstat (limited to 'ecosystem.config.json')
-rw-r--r--ecosystem.config.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/ecosystem.config.json b/ecosystem.config.json
new file mode 100644
index 0000000..a4ba731
--- /dev/null
+++ b/ecosystem.config.json
@@ -0,0 +1,16 @@
+{
+ "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"
+ }
+ }
+ ]
+}