Skip to content

Commit c62d6a4

Browse files
committed
Ensure Prisma emits files to support the deployment platform.
1 parent a5919cc commit c62d6a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webserver/prisma/schema.prisma

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
generator client {
55
provider = "prisma-client-js"
66
previewFeatures = ["postgresqlExtensions"]
7+
binaryTargets = ["native", "linux-musl-openssl-3.0.x"]
78
}
89

910
datasource db {

0 commit comments

Comments
 (0)