sonnet
sonnet copied to clipboard
create-sonnet-app imports sonnetjs/router 0.0.7, fails to load `lazy`
When creating an app via npx create-sonnet-app an app generated with the router will try to load @sonnetjs/router at version 0.0.7 and import { lazy } ... however, lazy is only defined in 0.0.8.
I think the create-sonnet-app template needs to bump its generated package.json dependencies to "@sonnetjs/router": "0.0.8".
Thank you for raising this issue