feat: schedule daily batch process in server.ts

This commit is contained in:
2025-06-04 16:02:35 +09:00
parent a50d54c206
commit c9fc636871

View File

@ -3,6 +3,7 @@ import { serve } from "@hono/node-server";
import fs from "fs";
import path from "path";
import { Database } from "bun:sqlite";
import { batchProcess } from "./scripts/fetch_and_generate";
const projectRoot = import.meta.dirname;