pm2 process json
This commit is contained in:
parent
e0a033266a
commit
0516e39d20
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": ["cached", ".*"],
|
||||
"watch_options": {
|
||||
"followSymlinks": false
|
||||
},
|
||||
"name": "Violets-Purgatory"
|
||||
}
|
Loading…
Reference in a new issue