CommunityToolkit.Aspire.Hosting.Bun
📦 CommunityToolkit.Aspire.Hosting.Bunv13.5.02Functions
1Types
1 types and 0 members
Types
Functions
method
addBunAppbuilderAdds a Bun app to the builder.
addBunApp(name: string, workingDirectory?: string, entryPoint?: string, watch?: boolean): BunAppResourcemethod
withBunPackageInstallationbuilderEnsures the Bun packages are installed before the application starts using Bun as the package manager.
withBunPackageInstallation(): BunAppResource