withBun
Function
interface NodeAppResource { // ... omitted for brevity withBun( install?: boolean, installArgs?: string[]): JavaScriptAppResource;}Signature
method
withBun builder Configures Bun as the package manager
withBun( install?: boolean, installArgs?: string[]): JavaScriptAppResourceParameters
install boolean optional = True installArgs string[] optional Returns
JavaScriptAppResource Applies to
This function is an extension method on the following types: