withRunScript
Method
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[]): JavaScriptAppResourceParameters
scriptName string args string[] optional Returns
JavaScriptAppResource Applies to
This method applies to the following types: