@nextclaw/server 0.10.29 → 0.10.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +3 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5365,7 +5365,9 @@ function startUiServer(options) {
|
|
|
5365
5365
|
chatRuntime: options.chatRuntime,
|
|
5366
5366
|
ncpAgent: options.ncpAgent,
|
|
5367
5367
|
authService,
|
|
5368
|
-
remoteAccess: options.remoteAccess
|
|
5368
|
+
remoteAccess: options.remoteAccess,
|
|
5369
|
+
getPluginChannelBindings: options.getPluginChannelBindings,
|
|
5370
|
+
getPluginUiMetadata: options.getPluginUiMetadata
|
|
5369
5371
|
})
|
|
5370
5372
|
);
|
|
5371
5373
|
const staticDir = options.staticDir;
|