@nx/angular
Version:
10 lines • 362 B
TypeScript
import { Tree } from '@nx/devkit';
export type AddRemoteOptions = {
host: string;
appName: string;
standalone: boolean;
port: number;
};
export declare function checkIsCommaNeeded(mfRemoteText: string): boolean;
export declare function addRemoteToHost(tree: Tree, options: AddRemoteOptions): void;
//# sourceMappingURL=add-remote-to-host.d.ts.map