addBunApp
Method
interface IDistributedApplicationBuilder { // ... omitted for brevity addBunApp( name: string, appDirectory: string, scriptPath: string): BunAppResource;}Signature
method
addBunAppbuilderAdds a Bun application to the application model. Bun should be available on the PATH.
addBunApp( name: string, appDirectory: string, scriptPath: string): BunAppResourceParameters
namestringappDirectorystringscriptPathstringReturns
BunAppResourceApplies to
This method applies to the following types: