Removed linux-musl as binaryTarget

This commit is contained in:
Axel Olausson Holtenäs 2022-12-25 21:04:46 +01:00
parent 056d85d429
commit 852538ee13

View file

@ -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 {