Function: updateWorkspaceConfiguration
▸ updateWorkspaceConfiguration(tree
, workspaceConfig
): void
Update general workspace configuration such as the default project or cli settings.
This does not update projects configuration, use updateProjectConfiguration or addProjectConfiguration instead.
Deprecated
use updateNxJson
Parameters
Name | Type |
---|---|
tree | Tree |
workspaceConfig | WorkspaceConfiguration |
Returns
void