PHP WebShell
Текущая директория: /opt/BitGoJS/node_modules/nx/src/generators/utils
Просмотр файла: nx-json.d.ts
import type { NxJsonConfiguration } from '../../config/nx-json';
import type { Tree } from '../tree';
/**
* @deprecated You must pass a {@link Tree}
*/
export declare function readNxJson(): NxJsonConfiguration | null;
export declare function readNxJson(tree: Tree): NxJsonConfiguration | null;
/**
* Update nx.json
*/
export declare function updateNxJson(tree: Tree, nxJson: NxJsonConfiguration): void;
Выполнить команду
Для локальной разработки. Не используйте в интернете!