update mongoose to 5.8.3 (lots of types changes)

This commit is contained in:
Thomas Ruoff
2024-09-10 22:44:25 +02:00
parent 3ecbd16a2c
commit 32818b7492
22 changed files with 136 additions and 251 deletions

View File

@@ -9,11 +9,11 @@ const nextConfig = {
// Optionally, add any other Next.js config below
async redirects() {
return [
{
source: '/admin',
destination: '/nope',
permanent: true,
},
// {
// source: '/admin',
// destination: '/nope',
// permanent: true,
// },
]
},
}