mirror of
https://github.com/Expand-sys/ccashfrontend
synced 2025-12-16 23:02:13 +11:00
Update pm2.json
This commit is contained in:
parent
ba83178be8
commit
41d403342d
1 changed files with 2 additions and 2 deletions
4
pm2.json
4
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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue