UNPKG

h3

Version:

Minimal H(TTP) framework built for high performance and portability.

13 lines (11 loc) 243 B
#!/usr/bin/env node import { main } from "srvx/cli"; import meta from "../package.json" with { type: "json" }; main({ meta, usage: { command: "h3", docs: "https://h3.dev", issues: "https://github.com/h3js/h3/issues", }, });