feat: upgrade to Mongoose 9 and adjust middleware

Update `mongoose` to v9.1.5 and convert middleware hooks.

Co-authored-by: Thomas Ruoff <111471+tomru@users.noreply.github.com>
This commit is contained in:
v0
2026-02-06 07:17:37 +00:00
committed by Thomas Ruoff
parent 29a5d638e9
commit 90d9ab2d67
4 changed files with 7744 additions and 6 deletions

5
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,5 @@
{
"files.readonlyInclude": {
"**/*": true
}
}