mcTelegramBot/ev.json
2019-02-06 15:55:17 +03:00

13 lines
229 B
JSON

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