Skip to content
Docs Try Aspire

TurborepoResource Constructors

Class Constructors 1 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)
{
// ...
}
}
name string The name of the resource.
workingDirectory string The working directory of the Turborepo workspace.