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
SSG currently imports hono/ssg and emits Hono-specific code. Either rename the package to ssg-hono or split the engine-agnostic core from the Hono driver.
Acceptance criteria
Public docs and package name/structure match the actual implementation.
What to build
SSG currently imports
hono/ssgand emits Hono-specific code. Either rename the package tossg-honoor split the engine-agnostic core from the Hono driver.Acceptance criteria
Blocked by
None