mirror of
https://github.com/ArthurDanjou/trpc-nuxt.git
synced 2026-01-14 20:19:33 +01:00
docs: update build.transpile instructions
This commit is contained in:
@@ -24,7 +24,7 @@ yarn add @trpc/server @trpc/client trpc-nuxt zod
|
||||
```ts [nuxt.config.ts]
|
||||
export default defineNuxtConfig({
|
||||
build: {
|
||||
transpile: ['trpc-nuxt/client']
|
||||
transpile: ['trpc-nuxt']
|
||||
}
|
||||
})
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user