Added Docker

This commit is contained in:
pfych 2025-04-20 13:46:47 +10:00
parent d97532c660
commit b5087c636d
4 changed files with 40 additions and 1 deletions

View file

@ -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...');