We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07a8359 commit 53c7803Copy full SHA for 53c7803
apps/server/prisma/schema.prisma
@@ -2,9 +2,7 @@
2
// learn more about it in the docs: https://pris.ly/d/prisma-schema
3
4
generator client {
5
- provider = "prisma-client"
6
- output = "generated/client"
7
- moduleFormat = "esm"
+ provider = "prisma-client-js"
8
binaryTargets = ["native", "linux-musl-openssl-3.0.x", "linux-musl-arm64-openssl-3.0.x"] // linux needed for the deployment
9
}
10
0 commit comments