Skip to content

Commit

Permalink
fix(database): remove prisma binary target environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
tericcabrel committed Sep 3, 2022
1 parent 43ac179 commit 906e5f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/database/prisma/schema.test.prisma
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
generator client {
provider = "prisma-client-js"
previewFeatures = ["referentialIntegrity"]
binaryTargets = [env("PRISMA_BINARY_TARGET")]
binaryTargets = ["native", "linux-musl", "rhel-openssl-1.0.x"]
}

datasource db {
Expand Down

0 comments on commit 906e5f8

Please sign in to comment.