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