update recipes

This commit is contained in:
Robert Soriano
2022-05-18 09:30:18 -07:00
parent 5bd43a54e5
commit 45468413d3
2 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
tRPC works out-of-the-box with yup/superstruct/zod/myzod/custom validators.
## Input Validation
### Input Validation
```ts
// ~/server/trpc/index.ts
@@ -24,7 +24,7 @@ export const router = trpc
})
```
## Output Validation
### Output Validation
```ts
// ~/server/trpc/index.ts