This commit is contained in:
Chris Wanstrath 2025-12-12 07:53:11 -08:00
parent 794cc9adab
commit 3e3ffe345e

View File

@ -12,7 +12,7 @@
`hype` wraps `hono` with useful features for fast prototyping:
- HTTP logging (disable with `NO_HTTP_LOG` env variable)
- HTTP logging to the console (disable with `NO_HTTP_LOG` env variable)
- Static files served from `pub/`
- Page-based routing to `.tsx` files that export a `JSX` function in `./src/pages`
- Transpile `.ts` files in `src/js/blah.ts` via `website.com/js/blah.ts`