Removed linux-musl as binaryTarget
This commit is contained in:
parent
056d85d429
commit
852538ee13
1 changed files with 1 additions and 2 deletions
|
@ -2,8 +2,7 @@
|
|||
// learn more about it in the docs: https://pris.ly/d/prisma-schema
|
||||
|
||||
generator client {
|
||||
provider = "prisma-client-js"
|
||||
binaryTargets = ["native", "linux-musl"]
|
||||
provider = "prisma-client-js"
|
||||
}
|
||||
|
||||
datasource db {
|
||||
|
|
Loading…
Add table
Reference in a new issue