You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
packages/ssg/src/route-scanner.ts (675 lines) mixes route scanning, island scanning, CEM parsing, and package manifest scanning. Split into focused modules.
Acceptance criteria
New files: route-scanner.ts, island-scanner.ts, cem-scanner.ts.
What to build
packages/ssg/src/route-scanner.ts(675 lines) mixes route scanning, island scanning, CEM parsing, and package manifest scanning. Split into focused modules.Acceptance criteria
route-scanner.ts,island-scanner.ts,cem-scanner.ts.Blocked by
None