Skip to content
Docs Try Aspire
Docs Try

withRunScript

Method
📦 Aspire.Hosting.JavaScript v13.4.0
interface BunAppResource {
// ... omitted for brevity
withRunScript(
scriptName: string,
args?: string[]): JavaScriptAppResource;
}

Signature

method withRunScript builder
Adds a run script annotation to the specified JavaScript application resource builder, specifying the script to execute and its arguments during run mode.
withRunScript(
scriptName: string,
args?: string[]): JavaScriptAppResource
scriptName string
args string[] optional
JavaScriptAppResource

Applies to

This method applies to the following types: