Обновить '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": [
["npm", "config", "set", "color", "false"]
["npm", "install"]
],
"services": [
{
"name": "TepexoffBot",
"restart_after_update": true,
"env": [
"TERM=vt100"
],
"env": [],
"cmd": ["npm", "start"]
}
]