Update pm2.json

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

View file

@ -1,6 +1,6 @@
{
"name": "ccashfrontend",
"script": "/app/ccashfrontend/index.js",
"watch": "/app/ccashfrontend/tmp/restart.txt",
"script": "/ccashfrontend/index.js",
"watch": "/ccashfrontend/tmp/restart.txt",
"instances": "1"
}