Switched forever.js to pm2

Updated winston
This commit is contained in:
Isaac Abadi
2021-09-26 02:40:05 -06:00
parent 5dd48035fb
commit 46087f622e
5 changed files with 69 additions and 85 deletions

View File

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