Skip to content
Docs Try Aspire

JavaScriptBuildScriptAnnotation Constructors

Class Constructors 1 member
Represents the annotation for the JavaScript package manager's build script.
Represents the annotation for the JavaScript package manager's build script.
public sealed class JavaScriptBuildScriptAnnotation
{
public JavaScriptBuildScriptAnnotation(
string scriptName,
string[]? args)
{
// ...
}
}
scriptName string The name of the JavaScript package manager's build script.
args string[]? The command line arguments for the JavaScript package manager's build script.