Skip to content

Commit

Permalink
Name the file in Prisma doc. (#7426)
Browse files Browse the repository at this point in the history
### Description

<!--
  ✍️ Write a short summary of your work.
  If necessary, include relevant screenshots.
-->

### Testing Instructions

<!--
  Give a quick description of steps to test your changes.
-->


Closes TURBO-2396
  • Loading branch information
anthonyshew committed Feb 20, 2024
1 parent 45a7089 commit 8a545f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/repo/docs/handbook/tools/prisma.mdx
Expand Up @@ -108,7 +108,7 @@ We can now run `turbo db:push db:generate` from the root of our repository to au

### 5. Exporting your client

Next, we need to export the `@prisma/client` so we can use it in our applications. Let's add a new file to `packages/database`:
Next, we need to export the `@prisma/client` so we can use it in our applications. Let's add an `index.ts` file to `packages/database`:

```ts filename="packages/database/index.ts"
export * from '@prisma/client';
Expand Down

0 comments on commit 8a545f6

Please sign in to comment.