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/entry-renderer.ts (757 lines) builds a single giant code string. Split into helpers for imports, document wrapper, island registration, route registration, middleware, etc.
Acceptance criteria
Each generated section is produced by a small helper returning a string.
Output byte-for-byte equivalent (or better, tested for semantics).
What to build
packages/ssg/src/entry-renderer.ts(757 lines) builds a single giant code string. Split into helpers for imports, document wrapper, island registration, route registration, middleware, etc.Acceptance criteria
Blocked by
None