diff --git a/pm2.json b/pm2.json index 6c116a2..d56ea19 100644 --- a/pm2.json +++ b/pm2.json @@ -1,6 +1,6 @@ { "name": "ccashfrontend", - "script": "/ccashfrontend/index.js", - "watch": "/ccashfrontend/tmp/restart.txt", + "script": "/app/ccashfrontend/index.js", + "watch": "/app/ccashfrontend/tmp/restart.txt", "instances": "1" }