Violets-Cache/pm2-process.json

10 lines
182 B
JSON

{
"script": "index.js",
"watch": true,
"ignore_watch": ["cache", "cache.json", ".*"],
"watch_options": {
"followSymlinks": false
},
"name": "Cache"
}