Closed Jimmyzm closed 10 months ago
- nuxt verion: v3.9 - plugin version: v0.10.15 - trpc version: v10.45 - os version: win11 x64
I follow the this doc, add this to nuxt.config.ts:
nuxt.config.ts
build: { transpile: ['trpc-nuxt'] }
It works well.
I follow the this doc, add this to
nuxt.config.ts
:It works well.