pm2/test/fixtures/server-watch.json
2015-01-29 09:49:30 +01:00

10 lines
237 B
JSON

[{
"name" : "server-watch",
"script" : "./server-watch.bak.js",
"watch" : ["./server-watch.json", "./donotwatchme.sym"],
"ignore_watch" : "./donotwatchme.dir",
"watch_options" : {
"followSymlinks": false
}
}]