mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
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:
committed by
GitHub
parent
8b7c015fc9
commit
10a1a43f4b
@@ -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!",
|
||||
|
||||
Reference in New Issue
Block a user