Add pm2 support
This commit is contained in:
parent
cf29f29795
commit
f40d898f4b
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": "QuickURL"
|
||||
}
|
Loading…
Reference in a new issue