mirror of
https://github.com/hex248/fonts.git
synced 2026-02-07 18:23:06 +00:00
font family displayed
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user