Skip to content

Commit

Permalink
format codeblock
Browse files Browse the repository at this point in the history
  • Loading branch information
ruheni committed Oct 23, 2023
1 parent 5f0fba1 commit 28c2f5f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions content/200-concepts/100-components/drivers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@ To use this feature:

1. Update the `previewFeatures` block in your schema to include the the `driverAdapter` preview feature:

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

2. Generate Prisma Client:

```sh
npx prisma generate
```
```sh
npx prisma generate
```

## Serverless drivers

Expand Down

0 comments on commit 28c2f5f

Please sign in to comment.