Skip to content

Commit

Permalink
Update custom-prisma-service.md (#85)
Browse files Browse the repository at this point in the history
extra -- needs to be added to make the command works.
  • Loading branch information
Mohamed Sayed committed Feb 2, 2024
1 parent cf6c0cf commit 50fd53b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/content/docs/custom-prisma-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: Custom Prisma Service
Add the flag `--addPrismaService` if you like to generate your own `PrismaService` and `PrismaModule` for further customizations.

```bash
nest add nestjs-prisma --addPrismaService
nest add nestjs-prisma -- --addPrismaService
```

Add `PrismaModule` to the `imports` section in your `AppModule` or other modules to gain access to `PrismaService`.
Expand Down

0 comments on commit 50fd53b

Please sign in to comment.