update playground

This commit is contained in:
Robert Soriano
2022-10-30 12:19:57 -07:00
parent da6d738406
commit 0c4a43ec19
5 changed files with 4 additions and 4 deletions

View File

@@ -34,7 +34,7 @@ Initialize your tRPC backend using the `initTRPC` function and create your first
::code-group
```ts [server/trpc/index.ts]
```ts [server/trpc/trpc.ts]
import { TRPCError, initTRPC } from '@trpc/server'
// Avoid exporting the entire t-object since it's not very