PM2 ignore cache directory

This commit is contained in:
bingus_violet 2024-08-08 22:47:29 -05:00
parent f0f8491666
commit e1acc4246e

6
pm2-process.json Normal file
View file

@ -0,0 +1,6 @@
{
"ignore_watch": ["cache"],
"watch_options": {
"followSymlinks": false
}
}