pm2 process json

This commit is contained in:
bingus_violet 2024-11-24 21:58:45 -06:00
parent e0a033266a
commit 0516e39d20

9
pm2-process.json Normal file
View file

@ -0,0 +1,9 @@
{
"script": "index.js",
"watch": true,
"ignore_watch": ["cached", ".*"],
"watch_options": {
"followSymlinks": false
},
"name": "Violets-Purgatory"
}