font family displayed

This commit is contained in:
2026-02-04 19:28:06 +00:00
parent 599a601a56
commit 813ff13bf6
7 changed files with 28 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
import { readdir } from "node:fs/promises";
import { join, parse } from "node:path";
import { Hono, type Context } from "hono";
import { type Context, Hono } from "hono";
import { serveStatic } from "hono/bun";
const app = new Hono();