From 51ae0e6ca82b1d34ee56347fd06d53b3e2ae38c0 Mon Sep 17 00:00:00 2001 From: gsd Date: Fri, 13 Feb 2026 23:30:39 +0300 Subject: [PATCH] build budget --- ui/angular.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/angular.json b/ui/angular.json index 9381d73..42b72c9 100644 --- a/ui/angular.json +++ b/ui/angular.json @@ -39,8 +39,8 @@ "budgets": [ { "type": "initial", - "maximumWarning": "500kb", - "maximumError": "1mb" + "maximumWarning": "1mb", + "maximumError": "4mb" }, { "type": "anyComponentStyle",