@nx/angular
Version:
9 lines • 399 B
TypeScript
import type { Tree } from '@nx/devkit';
export declare function updateSsrSetup(tree: Tree, { appName, port, standalone, typescriptConfiguration, skipPackageJson, }: {
appName: string;
port: number;
standalone: boolean;
typescriptConfiguration: boolean;
skipPackageJson?: boolean;
}): Promise<import("@nx/devkit").GeneratorCallback>;
//# sourceMappingURL=update-ssr-setup.d.ts.map