PHP WebShell
Текущая директория: /opt/BitGoJS/node_modules/@nrwl/devkit/src/utils
Просмотр файла: get-workspace-layout.d.ts
import type { Tree } from 'nx/src/generators/tree';
/**
* Returns workspace defaults. It includes defaults folders for apps and libs,
* and the default scope.
*
* Example:
*
* ```typescript
* { appsDir: 'apps', libsDir: 'libs', npmScope: 'myorg' }
* ```
* @param tree - file system tree
*/
export declare function getWorkspaceLayout(tree: Tree): {
appsDir: string;
libsDir: string;
standaloneAsDefault: boolean;
npmScope: string;
};
/**
* Experimental
*/
export declare function extractLayoutDirectory(directory: string): {
layoutDirectory: string;
projectDirectory: string;
};
Выполнить команду
Для локальной разработки. Не используйте в интернете!