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(sea): repoint build-sea/test-sea imports at sea-build-utils dir
build-sea.mts and test-sea.mts imported ./sea-build-util/* (singular), but the directory on disk is sea-build-utils (plural) — node resolution failed with ERR_MODULE_NOT_FOUND, so the SEA build/test path was broken. Repoint the four real imports (and asset-manager-compat's dynamic import) to the plural name, refresh the stale doc-comment references, and drop a TODO the touched function carried.
0 commit comments