Skip to content
Docs Try Aspire
Docs Try

NextJsAppResource Constructors

Class Constructors 1 member
Represents a Next.js application resource.
Constructor(string, string, string) Section titled Constructor(string, string, string)
Represents a Next.js application resource.
public class NextJsAppResource
{
public NextJsAppResource(
string name,
string command,
string workingDirectory)
{
// ...
}
}
name string The unique name used to identify the Next.js application resource.
command string The command to execute the application.
workingDirectory string The working directory from which the application command is executed.