Skip to content

Commit

Permalink
fix: no hoist required for separated prisma client
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-bisonai committed Dec 6, 2023
1 parent 8622644 commit 4ec4329
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
"l2-api",
"monitor",
"vrf"
],
"nohoist": [
"**/prisma", "**/prisma/**", "**/@prisma/client", "@prisma/client"
]
},
"dependencies": {},
Expand Down

0 comments on commit 4ec4329

Please sign in to comment.