Update pm2.json

This commit is contained in:
Expand-sys 2022-01-16 22:58:43 +11:00 committed by GitHub
parent ba83178be8
commit 41d403342d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"
}