Skip to content

Commit 20d43df

Browse files
authored
Replace prisma init command for Deno (#6960)
1 parent de51660 commit 20d43df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/200-orm/200-prisma-client/500-deployment/301-edge/550-deploy-to-deno-deploy.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ To set up your application, open your terminal and navigate to a location of you
3636
```terminal
3737
mkdir prisma-deno-deploy
3838
cd prisma-deno-deploy
39-
deno run --reload -A npm:prisma@latest init --db
39+
npx prisma@latest init --db
4040
```
4141

4242
Enter a name for your project and choose a database region.

0 commit comments

Comments
 (0)