BlogSharer/pm2-process.json

10 lines
172 B
JSON
Raw Normal View History

2024-08-08 23:11:42 -05:00
{
"script": "index.js",
"watch": true,
2024-08-09 05:18:58 -05:00
"ignore_watch": ["data", ".*"],
2024-08-08 23:11:42 -05:00
"watch_options": {
"followSymlinks": false
},
2024-08-08 23:16:02 -05:00
"name": "BlogServer"
2024-08-08 23:11:42 -05:00
}