BlogSharer/pm2-process.json
2024-08-08 23:11:42 -05:00

10 lines
167 B
JSON

{
"script": "index.js",
"watch": true,
"ignore_watch": ["data"],
"watch_options": {
"followSymlinks": false
},
"name": "Blog server"
}