Skip to content
Docs Try Aspire
Docs Try

addBunApp

Method
📦 Aspire.Hosting.JavaScript v13.4.0
interface IDistributedApplicationBuilder {
// ... omitted for brevity
addBunApp(
name: string,
appDirectory: string,
scriptPath: string): BunAppResource;
}

Signature

method addBunApp builder
Adds a Bun application to the application model. Bun should be available on the PATH.
addBunApp(
name: string,
appDirectory: string,
scriptPath: string): BunAppResource
name string
appDirectory string
scriptPath string
BunAppResource

Applies to

This method applies to the following types: