Skip to content

Commit 53c7803

Browse files
committed
fix(prisma): update provider to prisma-client-js in schema.prisma
1 parent 07a8359 commit 53c7803

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

apps/server/prisma/schema.prisma

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
// learn more about it in the docs: https://pris.ly/d/prisma-schema
33

44
generator client {
5-
provider = "prisma-client"
6-
output = "generated/client"
7-
moduleFormat = "esm"
5+
provider = "prisma-client-js"
86
binaryTargets = ["native", "linux-musl-openssl-3.0.x", "linux-musl-arm64-openssl-3.0.x"] // linux needed for the deployment
97
}
108

0 commit comments

Comments
 (0)