feat: add DCB User Service API - Authentication system with KEYCLOAK - Modular architecture with services for each feature
This commit is contained in:
parent
a3deab2a32
commit
b81710fa59
10
angular.json
10
angular.json
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user