fix(zalo): keep packaged setup wizard loadable (#122902)

* fix(zalo): package setup runtime surface

* fix(tooling): track setup surface artifacts
This commit is contained in:
Peter Steinberger
2026-08-12 18:49:41 -07:00
committed by GitHub
parent 8b7c015fc9
commit 10a1a43f4b
4 changed files with 83 additions and 2 deletions
+2
View File
@@ -211,6 +211,8 @@ const rootEntries = [
const bundledPluginEntries = [
"index.ts!",
"setup-entry.ts!",
// Setup APIs may lazy-load this top-level package artifact by string specifier.
"setup-surface.ts!",
// Core resolves these public plugin artifacts by basename rather than by a
// static import from the plugin entry module.
"*-api.ts!",