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
fix(ssg): guard WORKSPACE_ROOT in build-client.ts for JSR consumers
Module-level fileURLToPath(import.meta.url) crashes when
loaded from JSR (import.meta.url is https://..., not file://).
Guard with startsWith('file:') check — same pattern used in
build-ssg.ts's getLocalLessjsPackageRoot.
Null-guard the later WORKSPACE_ROOT usage in lookupInDenoJson.
0 commit comments