refactor: update health check URL in Dockerfile and enhance database initialization script with new role grants and type creation

This commit is contained in:
Poyraz Avsever
2026-06-13 22:01:51 +03:00
parent 0f89d9f627
commit bfafe43752
3 changed files with 11 additions and 24 deletions
+1 -1
View File
@@ -8,6 +8,6 @@ export async function proxy(request: NextRequest) {
export const config = {
matcher: [
'/((?!_next/static|_next/image|favicon.ico|.*\\.(?:svg|png|jpg|jpeg|gif|webp)$).*)',
'/((?!api/health|_next/static|_next/image|favicon.ico|.*\\.(?:svg|png|jpg|jpeg|gif|webp)$).*)',
],
}