vendor everything

This commit is contained in:
Chris Wanstrath 2025-12-14 15:49:01 -08:00
parent ea21091792
commit 192b0cf88d
2 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import { join } from 'path' import { join } from 'path'
import { render as formatHTML } from './html-formatter' import { render as formatHTML } from './lib/html-formatter'
import { type Context, Hono, type Schema, type Env } from 'hono' import { type Context, Hono, type Schema, type Env } from 'hono'
import { serveStatic } from 'hono/bun' import { serveStatic } from 'hono/bun'
import color from 'kleur' import color from 'kleur'