mcTelegramBot/ev.json
2019-02-06 17:48:16 +03:00

14 lines
284 B
JSON

{
"build": [
["npm", "config", "set", "color", "false"],
["npm", "install"]
],
"services": [
{
"name": "TepexoffBot",
"restart_after_update": true,
"env": [],
"cmd": ["npm", "start"]
}
]
}