From b81710fa59bf57a48cf15ee8139e4adf7113440b Mon Sep 17 00:00:00 2001 From: diallolatoile Date: Mon, 15 Dec 2025 14:04:24 +0000 Subject: [PATCH] feat: add DCB User Service API - Authentication system with KEYCLOAK - Modular architecture with services for each feature --- angular.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/angular.json b/angular.json index 616a8d7..dc4ce4d 100644 --- a/angular.json +++ b/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",