mirror of
https://github.com/hex248/fonts.git
synced 2026-02-08 02:33:03 +00:00
hono/serve-static
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user