Skip to content
DocsTry Aspire
DocsTry

BunAppResource

Handle
📦 CommunityToolkit.Aspire.Hosting.Bun v13.5.0
interface BunAppResource
extends IComputeResource,
IResource,
IResourceWithArgs,
IResourceWithEndpoints,
IResourceWithEnvironment,
IResourceWithProbes,
IResourceWithWaitSupport {
withBunPackageInstallation(): BunAppResource;
}

Methods

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