Skip to content

Commit

Permalink
Update Prisma generator configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jthoward64 committed Feb 25, 2024
1 parent 3f067a6 commit d4181bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/server/prisma/schema.prisma
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
generator client {
provider = "prisma-client-js"
provider = "prisma-client-js"
binaryTargets = ["native", "debian-openssl-3.0.x"]
}

datasource db {
Expand Down

0 comments on commit d4181bf

Please sign in to comment.