We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 573486c commit 95ee2dbCopy full SHA for 95ee2db
internal-packages/database/prisma/schema.prisma
@@ -8,7 +8,7 @@ generator client {
8
provider = "prisma-client-js"
9
output = "../generated/prisma"
10
binaryTargets = ["native", "debian-openssl-1.1.x"]
11
- previewFeatures = ["metrics"]
+ previewFeatures = []
12
}
13
14
model User {
0 commit comments