Skip to content

Commit

Permalink
feat(validation): move prisma zod types to validation package (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
duongdev authored Jun 23, 2024
1 parent cfa0dd9 commit 975c609
Show file tree
Hide file tree
Showing 754 changed files with 15,951 additions and 7,228 deletions.
1 change: 0 additions & 1 deletion apps/api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,5 @@ const app = new Hono({ strict: true })
// * Mounting versioned APIs
.route('/v1', appV1)

export * from './prisma/generated/zod'
export { app }
export type AppType = typeof app
Loading

0 comments on commit 975c609

Please sign in to comment.