MCPcopy Create free account
hub / github.com/donghaxkim/react-rewrite / ProxyServerOptions

Interface ProxyServerOptions

packages/cli/src/inject.ts:12–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10const __dirname = path.dirname(__filename);
11
12interface ProxyServerOptions {
13 targetPort: number;
14 targetHost: string;
15 proxyPort: number;
16 wsPort: number;
17 getActiveClient: () => WebSocket | null;
18}
19
20export function createProxyServer(
21 options: ProxyServerOptions

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected