fix(browser): narrow browser support facades

This commit is contained in:
Peter Steinberger
2026-03-27 23:20:24 +00:00
parent a27624437e
commit c720fa83bb
26 changed files with 58 additions and 26 deletions

View File

@@ -1 +1,9 @@
export * from "openclaw/plugin-sdk/browser-support";
export {
createConfigIO,
getRuntimeConfigSnapshot,
loadConfig,
writeConfigFile,
type BrowserConfig,
type BrowserProfileConfig,
type OpenClawConfig,
} from "openclaw/plugin-sdk/browser-support";

View File

@@ -1 +1 @@
export * from "openclaw/plugin-sdk/browser-support";
export { resolveGatewayPort } from "openclaw/plugin-sdk/browser-support";

View File

@@ -1 +1,5 @@
export * from "openclaw/plugin-sdk/browser-support";
export {
DEFAULT_BROWSER_CONTROL_PORT,
deriveDefaultBrowserCdpPortRange,
deriveDefaultBrowserControlPort,
} from "openclaw/plugin-sdk/browser-support";