Function: addProjectConfiguration

addProjectConfiguration(tree, projectName, projectConfiguration, standalone?): void

Adds project configuration to the Nx workspace.

Parameters

NameTypeDefault valueDescription
treeTreeundefinedthe file system tree
projectNamestringundefinedunique name. Often directories are part of the name (e.g., mydir-mylib)
projectConfigurationProjectConfigurationundefinedproject configuration
standalonebooleantruewhether the project is configured in workspace.json or not

Returns

void