update installation

This commit is contained in:
wobsoriano
2022-12-18 23:33:47 -08:00
parent 80573fb32e
commit 5b1cdb6846
2 changed files with 11 additions and 0 deletions

View File

@@ -21,6 +21,14 @@ yarn add @trpc/server @trpc/client trpc-nuxt zod
::
```ts [nuxt.config.ts]
export default defineNuxtConfig({
build: {
transpile: ['trpc-nuxt/client']
}
})
```
#### Why @trpc/server?
For implementing tRPC endpoints and routers.