feat: schedule initial and daily batch processes

This commit is contained in:
2025-06-04 16:03:38 +09:00
parent c9fc636871
commit 57e594b65b

View File

@ -171,5 +171,7 @@ serve(
}, },
(info) => { (info) => {
console.log(`Server is running on http://localhost:${info.port}`); console.log(`Server is running on http://localhost:${info.port}`);
// 初回実行
scheduleFirstBatchProcess();
}, },
); );