mcTelegramBot/ev.json
2019-02-06 15:45:21 +03:00

10 lines
187 B
JSON

{
"build": [],
"services": [
{
"name": "TepexoffBot",
"restart_after_update": true,
"cmd": ["npm build && npm start"]
}
]
}