forgot files

This commit is contained in:
2020-10-04 08:06:00 -05:00
commit 1b90e0d0ee
12 changed files with 2423 additions and 0 deletions

9
ecosystem.config.js Normal file
View 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"]
}]
};