Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 936 Bytes

File metadata and controls

28 lines (19 loc) · 936 Bytes
hide_title true
custom_edit_url
pagination_prev
pagination_next

Home > @microsoft/rush-lib > Subspace > getSubspaceConfigFolderPath

Subspace.getSubspaceConfigFolderPath() method

This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Returns the full path of the folder containing this subspace's configuration files such as pnpm-lock.yaml<></>.

Example (subspaces feature enabled): C:\MyRepo\common\config\subspaces\my-subspace Example (subspaces feature disabled): C:\MyRepo\common\config\rush

Signature:

getSubspaceConfigFolderPath(): string;

Returns:

string