module.exports = { apps : [{ name: 'timelapse', script: 'bin/www', max_memory_restart : "200M", watch_delay: 1000, watch: ["./bin", "./app.js", "./routes", "./views"] }] };