notiz-dev / nestjs-prisma

Easy Prisma support for your NestJS application
https://nestjs-prisma.dev
MIT License
587 stars 50 forks source link

PrismaService generator generates deprecated code #71

Closed NoahMarconi closed 1 year ago

NoahMarconi commented 1 year ago

enableShutdownHooks is no longer required:

https://github.com/prisma/prisma-examples/issues/4931

marcjulian commented 1 year ago

Hi @NoahMarconi test out the latest dev version as theenableShutdownHooks has been removed.

NoahMarconi commented 1 year ago

awesome, will close this ticket and look out for the release

marcjulian commented 1 year ago

@NoahMarconi 0.22.0 has been released.