@nx/module-federation
Version:
6 lines • 326 B
TypeScript
import { StaticRemotesConfig } from './parse-static-remotes-config';
export declare function startRemoteProxies(staticRemotesConfig: StaticRemotesConfig, mappedLocationsOfRemotes: Record<string, string>, sslOptions?: {
pathToCert: string;
pathToKey: string;
}): void;
//# sourceMappingURL=start-remote-proxies.d.ts.map