You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

9 lines
379 B

import { WorkspaceTypeAndRoot } from '../src/utils/find-workspace-root';
/**
* Nx is being run inside a workspace.
*
* @param workspace Relevant local workspace properties
*/
export declare function initLocal(workspace: WorkspaceTypeAndRoot): Promise<void>;
export declare function rewriteTargetsAndProjects(args: string[]): string[];
//# sourceMappingURL=init-local.d.ts.map