diff --git a/ev.json b/ev.json index 5a85e57..e422ba5 100644 --- a/ev.json +++ b/ev.json @@ -7,8 +7,10 @@ { "name": "TepexoffBot", "restart_after_update": true, - "env": [], - "cmd": ["./run.sh"] + "env": [ + "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/go/bin:/usr/go/bin" + ], + "cmd": ["npm", "start"] } ] } \ No newline at end of file