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
Ablation of the previous commit dropped two deltas that no tested or
in-repo path depends on:
- Removed the `resolveFrom` field added to devframe's core `buildStaticDirs`
(types/views + host-views). No devframe in the repo declares RemoteAssets
client assets, and string dist dirs ignore resolveFrom, so re-resolving in
bakeHubStatic without it is equivalent. Confines the change to @devframes/hub.
- Removed `HubMountedFrame.hasClientAssets` (and serveDevframeAssets' boolean
return): whether a frame served its own SPA is derivable from
ctx.views.buildStaticDirs, so bakeHubStatic derives the per-frame meta
targets instead of carrying an extra field on the public type.
0 commit comments