Contract for the SSG orchestrator (implemented by the CLI): given the list of targets and a per-target renderer, produce the pre-rendered results. Kept here so the view layer and the build tool agree on the shape.
The incoming event type.
Discover the routes to pre-render (static routes + expanded parameterized routes).
Render one target to HTML (reuses the SSR path with a synthetic event).
Contract for the SSG orchestrator (implemented by the CLI): given the list of targets and a per-target renderer, produce the pre-rendered results. Kept here so the view layer and the build tool agree on the shape.