BunAppExtensions
Class static net10.0
Extension methods for adding a Bun app to a
Hosting.IDistributedApplicationBuilder. namespace Aspire.Hosting;
public static class BunAppExtensions{ // ...}Methods2
Section titled MethodsAddBunApp(IDistributedApplicationBuilder, string, string?, string, bool)extensionIResourceBuilder<BunAppResource> Adds a Bun app to the builder.
WithBunPackageInstallation(IResourceBuilder<BunAppResource>, Action<IResourceBuilder<BunInstallerResource>>)extensionIResourceBuilder<BunAppResource> Ensures the Bun packages are installed before the application starts using Bun as the package manager.