Files
YoutubeDL-Material/backend/ecosystem.config.js
Isaac Abadi 46087f622e Switched forever.js to pm2
Updated winston
2021-09-26 02:40:05 -06:00

9 lines
148 B
JavaScript

module.exports = {
apps : [{
name : "YoutubeDL-Material",
script : "./app.js",
watch : "placeholder",
watch_delay: 5000
}]
}