Skip to content

Commit

Permalink
feat(server): reexport ValidationError from @orpc/contract
Browse files Browse the repository at this point in the history
  • Loading branch information
unnoq committed Jan 31, 2025
1 parent 8f101b9 commit f56d2b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/server/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ export * from './router'
export * from './router-accessible-lazy'
export * from './router-client'

export { isDefinedError, ORPCError, safe, type } from '@orpc/contract'
export { isDefinedError, ORPCError, safe, type, ValidationError } from '@orpc/contract'

0 comments on commit f56d2b3

Please sign in to comment.