forgot files
This commit is contained in:
9
ecosystem.config.js
Normal file
9
ecosystem.config.js
Normal file
@@ -0,0 +1,9 @@
|
||||
module.exports = {
|
||||
apps : [{
|
||||
name: 'timelapse',
|
||||
script: 'bin/www',
|
||||
max_memory_restart : "200M",
|
||||
watch_delay: 1000,
|
||||
watch: ["./bin", "./app.js", "./routes", "./views"]
|
||||
}]
|
||||
};
|
||||
Reference in New Issue
Block a user