aboutsummaryrefslogtreecommitdiff
path: root/ecosystem.config.json
blob: a4ba731e1f8457ed63e5db3f5e696f0e401e5807 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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"
			}
		}
	]
}