Skip to content
Docs Try Aspire

TurborepoAppResource Constructors

Class Constructors 1 member
A resource that represents a Node.js application running under Turborepo.
Constructor(string, string, string, string) Section titled Constructor(string, string, string, string)
A resource that represents a Node.js application running under Turborepo.
public class TurborepoAppResource
{
public TurborepoAppResource(
string name,
string workingDirectory,
string filter,
string command = "turbo")
{
// ...
}
}
name string The name of the resource.
workingDirectory string The working directory of the application.
filter string The Turborepo filter to use (used in 'turbo run dev --filter={filter}').
command string optional The command to run (default is 'turbo').