diff --git a/process.json b/process.json index 446a691e..debc3dbe 100644 --- a/process.json +++ b/process.json @@ -2,7 +2,8 @@ "apps": [ { "name": "zeppelin", - "script": "dist/index.js", + "script": "npm", + "args": "run start-prod", "log_date_format": "YYYY-MM-DD HH:mm:ss" } ]