add pm2 process
This commit is contained in:
parent
1bd10ca1d7
commit
83f5984928
1 changed files with 9 additions and 0 deletions
9
pm2-process.json
Normal file
9
pm2-process.json
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
{
|
||||||
|
"script": "index.js",
|
||||||
|
"watch": true,
|
||||||
|
"ignore_watch": ["config", ".*"],
|
||||||
|
"watch_options": {
|
||||||
|
"followSymlinks": false
|
||||||
|
},
|
||||||
|
"name": "API"
|
||||||
|
}
|
Loading…
Reference in a new issue