Skip to content

Commit

Permalink
fix: 修复prisma client安装报错
Browse files Browse the repository at this point in the history
  • Loading branch information
hacxy committed Jul 24, 2024
1 parent 4683432 commit d2c574c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

generator client {
provider = "prisma-client-js"
binaryTargets = ["linux-musl-openssl-3.0.x", "darwin-arm64", "linux-musl-arm64-openssl-1.1.x", "debian-openssl-3.0.x"]
binaryTargets = ["native", "linux-musl-openssl-3.0.x", "darwin-arm64", "linux-musl-arm64-openssl-1.1.x"]
}

datasource db {
Expand Down

0 comments on commit d2c574c

Please sign in to comment.