Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion scripts/check-bundle-size.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Bundle size gate — mirrors CI threshold from .github/workflows/ci.yml
set -euo pipefail

THRESHOLD_KB=2244
THRESHOLD_KB=2508

if [ ! -d "dist" ]; then
echo "❌ dist/ not found — run 'npm run build' first"
Expand Down
3 changes: 3 additions & 0 deletions vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ export default defineConfig({
'**/node_modules/**',
'dist',
'dashboard/**',
'aegis/dashboard/**',
'aegis/src/**',
'aegis/e2e/**',
// Worktree directories contain duplicate source/test files. In CI only
// the root source is tested, but local runs pick up worktree copies.
// Exclude all wt-* directories to prevent:
Expand Down
Loading