This commit is contained in:
smsteel
2019-02-06 15:45:21 +03:00
parent 04fd7a82be
commit 79a65eacf6
6 changed files with 5321 additions and 7 deletions

View File

@ -4,10 +4,7 @@
{
"name": "TepexoffBot",
"restart_after_update": true,
"env": [
"NODE_PATH=/usr/lib/node_modules"
],
"cmd": ["node", "main.js"]
"cmd": ["npm build && npm start"]
}
]
}