Update schema.prisma

This commit is contained in:
Axel Olausson Holtenäs 2022-11-29 21:26:36 +01:00 committed by GitHub
parent 666308bc72
commit 46cffe38bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,7 @@
generator client {
provider = "prisma-client-js"
binaryTargets = ["native", "linux-musl"]
previewFeatures = ["interactiveTransactions"]
}