diff --git a/scripts/check_architecture_budgets.py b/scripts/check_architecture_budgets.py index 13073de7..08d47cb9 100644 --- a/scripts/check_architecture_budgets.py +++ b/scripts/check_architecture_budgets.py @@ -13,6 +13,9 @@ LEGACY_MAX_BYTES = { "backend/app/services/detection_service.py": 61_248, "frontend/src/WorkbenchApp.tsx": 64_092, "frontend/src/types.ts": 46_900, + "frontend/src/components/map/MapAdvancedWorkbench.tsx": 47_887, + "frontend/src/components/map/MapExplorerView.tsx": 55_417, + "frontend/src/components/detection/DetectionLab.tsx": 55_020, } SERVICE_MAX_BYTES = 60_000