pm2 process

This commit is contained in:
bingus_violet 2024-08-08 23:11:42 -05:00
parent 65397d7478
commit bd58e2510b

9
pm2-process.json Normal file
View file

@ -0,0 +1,9 @@
{
"script": "index.js",
"watch": true,
"ignore_watch": ["data"],
"watch_options": {
"followSymlinks": false
},
"name": "Blog server"
}