diff --git a/server.ts b/server.ts index d38bc8e..df55c9d 100644 --- a/server.ts +++ b/server.ts @@ -171,5 +171,7 @@ serve( }, (info) => { console.log(`Server is running on http://localhost:${info.port}`); + // 初回実行 + scheduleFirstBatchProcess(); }, );