BlogSharer/pm2-process.json

10 lines
166 B
JSON
Raw Normal View History

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