Area: apps/web, CI workflow
Goal: Prevent accidental large bundle regressions.
Tasks:
- Add a build-output size check with a documented budget.
- Fail when a chunk exceeds the agreed threshold.
- Document how to update budgets intentionally.
Acceptance:
bun run --cwd apps/web build succeeds and the size check runs.
- Budgets are documented and not set below current output.
Area:
apps/web, CI workflowGoal: Prevent accidental large bundle regressions.
Tasks:
Acceptance:
bun run --cwd apps/web buildsucceeds and the size check runs.