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 826a548 commit 18e3cc0Copy full SHA for 18e3cc0
apps/server/prisma/schema.prisma
@@ -2,9 +2,10 @@
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"
+ output = "generated/client"
+ moduleFormat = "esm"
8
+ binaryTargets = ["native", "linux-musl-openssl-3.0.x"] // linux needed for the deployment
9
}
10
11
datasource db {
0 commit comments