mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 19:08:27 +00:00
4 lines
170 B
TypeScript
4 lines
170 B
TypeScript
import type { BrowserBridge } from "../../browser/bridge-server.js";
|
|
|
|
export const BROWSER_BRIDGES = new Map<string, { bridge: BrowserBridge; containerName: string }>();
|