You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, awesome work with this generator makes nestjs and Prisma dev seamless.
Could you add an option to the generator options to enable picking a custom path for the prisma.service file i.e.
generator nestjs_graphql_crud_gen {
// . . .
prismaServiceFilePath = "<custom-path-to-prisma.service>"
}
The text was updated successfully, but these errors were encountered:
Hi, awesome work with this generator makes nestjs and Prisma dev seamless.
Could you add an option to the generator options to enable picking a custom path for the prisma.service file i.e.
generator nestjs_graphql_crud_gen {
// . . .
prismaServiceFilePath = "<custom-path-to-prisma.service>"
}
The text was updated successfully, but these errors were encountered: