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 9f432c9 commit 04807bbCopy full SHA for 04807bb
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 = []
+ previewFeatures = ["metrics"]
12
}
13
14
model User {
0 commit comments