mirror of
https://github.com/hex248/fonts.git
synced 2026-02-07 18:23:06 +00:00
hono/serve-static
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
import { readFile, readdir, stat } from "node:fs/promises";
|
import { readFile, readdir, stat } from "node:fs/promises";
|
||||||
import { join, parse } from "node:path";
|
import { join, parse } from "node:path";
|
||||||
import { Hono } from "hono";
|
import { Hono } from "hono";
|
||||||
import { serveStatic } from "hono/middleware/serve-static";
|
import { serveStatic } from "hono/serve-static";
|
||||||
|
|
||||||
const app = new Hono();
|
const app = new Hono();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user