ended8월 26일· 1 sources

Nuxt server routes with Hono RPC-style type safety — no router rewrite

Why it matters

Here is a Nuxt route written the way the docs recommend, and the code that calls it: // server/api/users/[id].get.ts import { z } from 'zod' export default defineEventHandler(async (event) => { const ...

1
Sources
+0
24h
Growth
26d
Active

Sources

Related Issues