Skip to content

Commit

Permalink
Update content/300-guides/200-deployment/301-edge/550-deploy-to-deno-…
Browse files Browse the repository at this point in the history
…deploy.mdx

Co-authored-by: Alex Ruheni <[email protected]>
  • Loading branch information
ankur-arch and ruheni authored Oct 26, 2023
1 parent 4e26bc0 commit 1ce9d33
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ At this point, the command has two additional side effects. The command installs

## 3. Generate Prisma Client for Prisma Accelerate

Next, generate Prisma Client for the Prisma Accelerate with the `--no-engine` flag. Later, you use [Prisma Accelerate](/data-platform/accelerate/) to connect to your database over HTTP.
Next, generate Prisma Client for the Prisma Accelerate with the `--no-engine` flag. Later, you will use [Prisma Accelerate](/data-platform/accelerate/) to connect to your database over HTTP.

```terminal
deno run -A --unstable npm:prisma generate --no-engine
Expand Down

0 comments on commit 1ce9d33

Please sign in to comment.