diff --git a/ev.json b/ev.json index 85cf7d7..73675ad 100644 --- a/ev.json +++ b/ev.json @@ -4,6 +4,9 @@ { "name": "TepexoffBot", "restart_after_update": true, + "env": [ + "NODE_PATH=/usr/lib/node_modules" + ], "cmd": ["npm build && npm start"] } ]