diff --git a/src/server.ts b/src/server.ts index 678c31a..843664b 100644 --- a/src/server.ts +++ b/src/server.ts @@ -1,7 +1,7 @@ import { readFile, readdir, stat } from "node:fs/promises"; import { join, parse } from "node:path"; import { Hono } from "hono"; -import { serveStatic } from "hono/middleware/serve-static"; +import { serveStatic } from "hono/serve-static"; const app = new Hono();