@nx/module-federation
Version:
6 lines • 342 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): void;
//# sourceMappingURL=start-remote-proxies.d.ts.map