Files
timelapse_backend/ecosystem.config.js
2020-10-04 08:06:00 -05:00

10 lines
197 B
JavaScript

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