mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-08 21:51:28 +03:00
Switched forever.js to pm2
Updated winston
This commit is contained in:
8
backend/ecosystem.config.js
Normal file
8
backend/ecosystem.config.js
Normal file
@@ -0,0 +1,8 @@
|
||||
module.exports = {
|
||||
apps : [{
|
||||
name : "YoutubeDL-Material",
|
||||
script : "./app.js",
|
||||
watch : "placeholder",
|
||||
watch_delay: 5000
|
||||
}]
|
||||
}
|
||||
Reference in New Issue
Block a user