Skip to content

Commit

Permalink
Export enhancePrisma for client again (#3965)
Browse files Browse the repository at this point in the history
* Export enhancePrisma for client again
  • Loading branch information
medihack authored Nov 21, 2022
1 parent c126b81 commit a6f32d1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/modern-games-dream.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"blitz": patch
---

Export enhancePrisma for client again (Fixes #3964)
1 change: 1 addition & 0 deletions packages/blitz/src/index-browser.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,5 @@ if (typeof window !== "undefined" && process.env.NODE_ENV === "development") {

export * from "./utils"
export * from "./types"
export * from "./utils/enhance-prisma"
export * from "./utils/zod"

0 comments on commit a6f32d1

Please sign in to comment.