refactor(webchat): SwiftUI-only WebChat UI
# Conflicts: # apps/macos/Package.swift
This commit is contained in:
@@ -26,8 +26,7 @@ vi.mock("../gateway/call.js", () => ({
|
||||
}));
|
||||
|
||||
vi.mock("../gateway/server.js", () => ({
|
||||
startGatewayServer: (port: number, opts: unknown) =>
|
||||
startGatewayServer(port, opts),
|
||||
startGatewayServer: (port: number) => startGatewayServer(port),
|
||||
}));
|
||||
|
||||
vi.mock("../globals.js", () => ({
|
||||
|
||||
Reference in New Issue
Block a user