mirror of
https://github.com/ArthurDanjou/trpc-nuxt.git
synced 2026-01-21 15:31:44 +01:00
7 lines
217 B
TypeScript
7 lines
217 B
TypeScript
// generated by trpc-nuxt
|
|
import { createTRPCHandler } from 'trpc-nuxt/handler'
|
|
import * as functions from '../../fn'
|
|
export default createTRPCHandler({
|
|
router: functions.router
|
|
})
|
|
|