refactor: logger and fix color

This commit is contained in:
Innei
2022-02-13 22:23:24 +08:00
parent bf280d2c10
commit 570b727cf1
4 changed files with 77 additions and 73 deletions

View File

@@ -10,10 +10,11 @@ module.exports = {
max_memory_restart: '230M',
env: {
DEBUG_COLORS: true,
NODE_ENV: 'development',
},
args: '--allowed_origins=dev.* --cluster',
args: '--allowed_origins=dev.* --cluster --color',
},
],
}