10 lines
197 B
JavaScript
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"]
|
|
}]
|
|
};
|