pm2 process
This commit is contained in:
parent
65397d7478
commit
bd58e2510b
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": ["data"],
|
||||||
|
"watch_options": {
|
||||||
|
"followSymlinks": false
|
||||||
|
},
|
||||||
|
"name": "Blog server"
|
||||||
|
}
|
Loading…
Reference in a new issue