Skip to content

Commit 36130ee

Browse files
Update src/content/docs/d1/tutorials/d1-and-prisma-orm/index.mdx
Co-authored-by: windsurf-bot[bot] <189301087+windsurf-bot[bot]@users.noreply.github.com>
1 parent 6d690be commit 36130ee

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/d1/tutorials/d1-and-prisma-orm

1 file changed

+1
-1
lines changed

src/content/docs/d1/tutorials/d1-and-prisma-orm/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Open your `schema.prisma` file and adjust the `generator` block to reflect as fo
8484
generator client {
8585
provider = "prisma-client-js"
8686
output = "../src/generated/prisma"
87-
+ previewFeatures = ["driverAdapters"]
87+
previewFeatures = ["driverAdapters"]
8888
}
8989
```
9090

0 commit comments

Comments
 (0)