fix(db): close Prisma side pool on shutdown

This commit is contained in:
2026-03-29 19:28:25 +08:00
parent fd2043ba7e
commit 8e3f1b5bd4
2 changed files with 5 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
generator client {
provider = "prisma-client-js"
output = "../node_modules/.prisma/client"
}
datasource db {