mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 05:27:39 +00:00
refactor(src): split oversized modules
This commit is contained in:
6
src/agents/sandbox/browser-bridges.ts
Normal file
6
src/agents/sandbox/browser-bridges.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import type { BrowserBridge } from "../../browser/bridge-server.js";
|
||||
|
||||
export const BROWSER_BRIDGES = new Map<
|
||||
string,
|
||||
{ bridge: BrowserBridge; containerName: string }
|
||||
>();
|
||||
Reference in New Issue
Block a user