nx/docs/generated/devkit/Workspaces.md
Emily Xiong 40d66ec715
chore(core): remove readProjectsConfigurations from workspaces (#18329)
Co-authored-by: FrozenPandaz <jasonjean1993@gmail.com>
2023-08-15 14:48:40 -04:00

1.2 KiB

Class: Workspaces

Deprecated

This will be removed in v18. Use readProjectsConfigurationFromProjectGraph instead.

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new Workspaces(root)

Parameters

Name Type
root string

Properties

root

Private root: string

Methods

readWorkspaceConfiguration

readWorkspaceConfiguration(): ProjectsConfigurations & NxJsonConfiguration<string[] | "*">

Deprecated

Use readProjectsConfigurationFromProjectGraph instead.

Returns

ProjectsConfigurations & NxJsonConfiguration<string[] | "*">