oRPC Nuxt.js Adapter
Installation
SKILL.md
Nuxt.js Adapter
Nuxt.js integration.
Server
// server/routes/rpc/[...].ts
import { RPCHandler } from '@orpc/server/fetch'
import { onError } from '@orpc/server'
const handler = new RPCHandler(router, {
interceptors: [onError(e => console.error(e))],
})