addDenoApp
Method
interface IDistributedApplicationBuilder { // ... omitted for brevity addDenoApp( name: string, scriptPath: string, workingDirectory?: string, permissionFlags?: string[], args?: string[]): DenoAppResource;}Signature
method
addDenoAppbuilderAdds a Deno application to the application model. Deno should available on the PATH.
addDenoApp( name: string, scriptPath: string, workingDirectory?: string, permissionFlags?: string[], args?: string[]): DenoAppResourceParameters
namestringscriptPathstringworkingDirectorystringoptionalpermissionFlagsstring[]optionalargsstring[]optionalReturns
DenoAppResourceApplies to
This method applies to the following types: