mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-15 03:50:40 +00:00
Gateway: add browser control UI
This commit is contained in:
@@ -26,7 +26,8 @@ vi.mock("../gateway/call.js", () => ({
|
||||
}));
|
||||
|
||||
vi.mock("../gateway/server.js", () => ({
|
||||
startGatewayServer: (port: number) => startGatewayServer(port),
|
||||
startGatewayServer: (port: number, opts?: unknown) =>
|
||||
startGatewayServer(port, opts),
|
||||
}));
|
||||
|
||||
vi.mock("../globals.js", () => ({
|
||||
|
||||
Reference in New Issue
Block a user