JavaScriptAppResource.withBun
Method
interface JavaScriptAppResource { // ... omitted for brevity withBun( install?: boolean, installArgs?: string[]): JavaScriptAppResource;}Signature
method
withBunbuilderConfigures the JavaScript resource to use Bun as the package manager and optionally installs packages before the application starts.
withBun( install?: boolean, installArgs?: string[]): JavaScriptAppResourceParameters
installbooleanoptional= TrueinstallArgsstring[]optionalReturns
JavaScriptAppResourceDefined on
This method is defined on the following type: