addBunApp
Method
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): BunAppResourceParameters
name string appDirectory string scriptPath string Returns
BunAppResource Applies to
This method applies to the following types: