Skip to content
AI Monorepos Free online conference · June 23 Join us!

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

Adds project configuration to the Nx workspace.

NameTypeDescription
treeTreethe file system tree
projectNamestringunique name. Often directories are part of the name (e.g., mydir-mylib)
projectConfigurationProjectConfigurationproject configuration
standalone?booleanwhether the project is configured in workspace.json or not

void