Обновить 'ev.json'

This commit is contained in:
dedal.qq 2019-02-06 15:52:07 +03:00
parent 1e64d9b7aa
commit faf8a94af3

10
ev.json
View File

@ -1,13 +1,13 @@
{ {
"build": [], "build": [
["npm", "build"]
],
"services": [ "services": [
{ {
"name": "TepexoffBot", "name": "TepexoffBot",
"restart_after_update": true, "restart_after_update": true,
"env": [ "env": [],
"NODE_PATH=/usr/lib/node_modules" "cmd": ["npm", "start"]
],
"cmd": ["npm build && npm start"]
} }
] ]
} }