Skip to content

Commit

Permalink
jsonProtocol
Browse files Browse the repository at this point in the history
  • Loading branch information
t3dotgg committed Apr 20, 2023
1 parent e105cd3 commit aad8c92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion prisma/schema.prisma
Expand Up @@ -7,7 +7,8 @@ datasource db {
}

generator client {
provider = "prisma-client-js"
provider = "prisma-client-js"
previewFeatures = ["jsonProtocol"]
}

model Post {
Expand Down

0 comments on commit aad8c92

Please sign in to comment.