Added Docker
This commit is contained in:
parent
d97532c660
commit
b5087c636d
4 changed files with 40 additions and 1 deletions
|
@ -23,6 +23,10 @@ void (async () => {
|
|||
};
|
||||
}, {} as MangaByWebhook);
|
||||
|
||||
console.log(
|
||||
`Config loaded (${uniqueMangaIds.length} Manga, ${Object.keys(mangaByWebhook).length} Webhooks) `,
|
||||
);
|
||||
|
||||
const checkForUpdates = async () => {
|
||||
console.log('\nChecking for updates...');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue