mcTelegramBot/ev.json
2019-02-06 15:52:07 +03:00

13 lines
227 B
JSON

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