docs: update installation

This commit is contained in:
wobsoriano
2022-12-21 09:21:31 -08:00
parent 83aeeb7332
commit ec576865c1

View File

@@ -24,7 +24,7 @@ yarn add @trpc/server @trpc/client trpc-nuxt zod
```ts [nuxt.config.ts]
export default defineNuxtConfig({
build: {
transpile: [/trpc-nuxt/]
transpile: ['trpc-nuxt']
}
})
```