Skip to content

0.22.0

Compare
Choose a tag to compare
@marcjulian marcjulian released this 27 Jul 13:37
· 25 commits to main since this release

Added

Remove enableShutdownHooks from your main.ts

// main.ts
- const prismaService: PrismaService = app.get(PrismaService);
- await prismaService.enableShutdownHooks(app);