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.
--unstable
1 parent 3abfefa commit 2998bb5Copy full SHA for 2998bb5
examples/tutorials/prisma.md
@@ -73,7 +73,7 @@ deno run -A npm:prisma@latest db push
73
After that's complete, we'll need to generate a Prisma Client:
74
75
```shell
76
-deno run -A --unstable npm:prisma@latest generate --no-engine
+deno run -A --unstable-detect-cjs npm:prisma@latest generate --no-engine
77
```
78
79
## Setup Accelerate in the Prisma Data Platform
0 commit comments