mcTelegramBot/ev.json
2019-02-06 16:58:24 +03:00

15 lines
271 B
JSON

{
"build": [
["npm", "install"]
],
"services": [
{
"name": "TepexoffBot",
"restart_after_update": true,
"env": [
"TERM=vt100"
],
"cmd": ["npm", "start"]
}
]
}