Обновить 'ev.json'
This commit is contained in:
parent
1e64d9b7aa
commit
faf8a94af3
10
ev.json
10
ev.json
@ -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"]
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user