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
refactor(web): trim AssetManifest to the fields the pipeline reads
The manifest type is Solid's own contract, not a Vite-compat surface —
non-Vite bundlers produce it too, and unknown fields on parsed JSON pass
through structurally without being typed. Drop assets/dynamicImports
(deliberately never consumed) and document preloads as the extension
slot.
Co-authored-by: Cursor <cursoragent@cursor.com>
0 commit comments