ваше сообщение коммита

This commit is contained in:
2025-05-28 14:23:38 +03:00
parent 1d6797fe1b
commit 093e599847
9 changed files with 221 additions and 6949 deletions

View File

@@ -40,8 +40,8 @@ async function initServices() {
// Запуск email-бота
console.log('Создаём экземпляр EmailBotService');
// const emailBot = new EmailBotService();
// await emailBot.start();
const emailBot = new EmailBotService();
await emailBot.start();
// Добавляем graceful shutdown
process.once('SIGINT', async () => {