Skip to content

Commit 2998bb5

Browse files
Prisma: Updare --unstable flag usage (#1411)
1 parent 3abfefa commit 2998bb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/tutorials/prisma.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ deno run -A npm:prisma@latest db push
7373
After that's complete, we'll need to generate a Prisma Client:
7474

7575
```shell
76-
deno run -A --unstable npm:prisma@latest generate --no-engine
76+
deno run -A --unstable-detect-cjs npm:prisma@latest generate --no-engine
7777
```
7878

7979
## Setup Accelerate in the Prisma Data Platform

0 commit comments

Comments
 (0)