Skip to content

Commit

Permalink
docs(prisma): add required version field in example
Browse files Browse the repository at this point in the history
  • Loading branch information
skauffmann committed Apr 22, 2023
1 parent de4bf43 commit 5c7513d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/pages/repo/docs/handbook/tools/prisma.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Create a new folder called `database` inside packages with a `package.json` insi
```json filename="packages/database/package.json"
{
"name": "database",
"version": "0.0.0",
"dependencies": {
"@prisma/client": "latest"
},
Expand Down

0 comments on commit 5c7513d

Please sign in to comment.