This commit is contained in:
smsteel 2019-02-06 15:50:40 +03:00
parent 3a2ae740e7
commit 1e64d9b7aa

View File

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