Update 1.installation.md

This commit is contained in:
Robert Soriano
2022-12-19 21:49:38 -08:00
committed by GitHub
parent 6191a1f925
commit e5178d1634

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/]
}
})
```