PHP WebShell
Текущая директория: /opt/BitGoJS/node_modules/nx/src/config
Просмотр файла: configuration.d.ts
import { NxJsonConfiguration } from './nx-json';
import { ProjectsConfigurations } from './workspace-json-project-json';
export declare function readNxJson(): NxJsonConfiguration;
/**
* TODO(vsavkin): Remove after Nx 16 is out
* @deprecated Use readProjectsConfigurationFromProjectGraph(await createProjectGraphAsync())
*/
export declare function readAllWorkspaceConfiguration(): ProjectsConfigurations & NxJsonConfiguration;
/**
* Returns information about where apps and libs will be created.
*/
export declare function workspaceLayout(): {
appsDir: string;
libsDir: string;
};
Выполнить команду
Для локальной разработки. Не используйте в интернете!