Skip to content
DocsTry Aspire
DocsTry

TurborepoResource Constructors

ClassConstructors1 member
A resource that represents a Turborepo monorepo workspace.
A resource that represents a Turborepo monorepo workspace.
public class TurborepoResource
{
public TurborepoResource(
string name,
string workingDirectory)
{
// ...
}
}
namestringThe name of the resource.
workingDirectorystringThe working directory of the Turborepo workspace.