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 6d690be commit 36130eeCopy full SHA for 36130ee
src/content/docs/d1/tutorials/d1-and-prisma-orm/index.mdx
@@ -84,7 +84,7 @@ Open your `schema.prisma` file and adjust the `generator` block to reflect as fo
84
generator client {
85
provider = "prisma-client-js"
86
output = "../src/generated/prisma"
87
-+ previewFeatures = ["driverAdapters"]
+ previewFeatures = ["driverAdapters"]
88
}
89
```
90
0 commit comments