Skip to content
DocsTry Aspire
DocsTry

BunAppResource.withBunPackageInstallation

Method
📦 CommunityToolkit.Aspire.Hosting.Bun v13.5.0
interface BunAppResource {
// ... omitted for brevity
withBunPackageInstallation(): BunAppResource;
}

Signature

methodwithBunPackageInstallationbuilder
Ensures the Bun packages are installed before the application starts using Bun as the package manager.
withBunPackageInstallation(): BunAppResource
BunAppResource

Defined on

This method is defined on the following type: