mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-03-07 12:00:01 +03:00
9 lines
148 B
JavaScript
9 lines
148 B
JavaScript
module.exports = {
|
|
apps : [{
|
|
name : "YoutubeDL-Material",
|
|
script : "./app.js",
|
|
watch : "placeholder",
|
|
watch_delay: 5000
|
|
}]
|
|
}
|