feat: add DCB User Service API - Authentication system with KEYCLOAK - Modular architecture with services for each feature

This commit is contained in:
diallolatoile 2025-12-15 14:04:24 +00:00
parent a3deab2a32
commit b81710fa59

View File

@ -77,13 +77,13 @@
"budgets": [
{
"type": "initial",
"maximumWarning": "8MB",
"maximumError": "8MB"
"maximumWarning": "10MB",
"maximumError": "10MB"
},
{
"type": "anyComponentStyle",
"maximumWarning": "4kB",
"maximumError": "8MB"
"maximumError": "10MB"
}
],
"outputHashing": "all",
@ -99,8 +99,8 @@
"budgets": [
{
"type": "initial",
"maximumWarning": "8MB",
"maximumError": "8MB"
"maximumWarning": "10MB",
"maximumError": "10MB"
}
],
"outputHashing": "all",