PM2 ignore cache directory
This commit is contained in:
parent
f0f8491666
commit
e1acc4246e
1 changed files with 6 additions and 0 deletions
6
pm2-process.json
Normal file
6
pm2-process.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"ignore_watch": ["cache"],
|
||||
"watch_options": {
|
||||
"followSymlinks": false
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue