Обновить 'ev.json'

This commit is contained in:
dedal.qq 2019-02-06 17:47:55 +03:00
parent 21c5944dac
commit 6aa3b17bcc

View File

@ -1,14 +1,13 @@
{ {
"build": [ "build": [
["npm", "config", "set", "color", "false"]
["npm", "install"] ["npm", "install"]
], ],
"services": [ "services": [
{ {
"name": "TepexoffBot", "name": "TepexoffBot",
"restart_after_update": true, "restart_after_update": true,
"env": [ "env": [],
"TERM=vt100"
],
"cmd": ["npm", "start"] "cmd": ["npm", "start"]
} }
] ]