@nx/module-federation
Version:
6 lines (5 loc) • 316 B
TypeScript
import { StaticRemoteConfig } from '../../utils';
export declare function startRemoteProxies(staticRemotesConfig: Record<string, StaticRemoteConfig>, mappedLocationsOfRemotes: Record<string, string>, sslOptions?: {
pathToCert: string;
pathToKey: string;
}, isServer?: boolean, host?: string): Promise<void>;