Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
jharrell authored Jan 7, 2025
1 parent 88b25a4 commit 109cbf2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ model User {
}
```

### The importance of generating Prisma types in a [custom directory](/prisma-client/setup-and-configuration/generating-prisma-client#using-a-custom-output-path)
### The importance of generating Prisma types in a [custom directory](/orm/prisma-client/setup-and-configuration/generating-prisma-client#using-a-custom-output-path)

In the `schema.prisma` file, we specify a custom `output` path where Prisma will generate its types. This ensures Prisma's types are resolved correctly across different package managers.

Expand Down

0 comments on commit 109cbf2

Please sign in to comment.