mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-03 01:20:22 +00:00
fix(browser): narrow browser support facades
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -1 +1 @@
|
||||
export * from "openclaw/plugin-sdk/browser-support";
|
||||
export { resolveGatewayPort } from "openclaw/plugin-sdk/browser-support";
|
||||
|
||||
@@ -1 +1,5 @@
|
||||
export * from "openclaw/plugin-sdk/browser-support";
|
||||
export {
|
||||
DEFAULT_BROWSER_CONTROL_PORT,
|
||||
deriveDefaultBrowserCdpPortRange,
|
||||
deriveDefaultBrowserControlPort,
|
||||
} from "openclaw/plugin-sdk/browser-support";
|
||||
|
||||
Reference in New Issue
Block a user