addDenoTask
Method
interface IDistributedApplicationBuilder { // ... omitted for brevity addDenoTask( name: string, workingDirectory?: string, taskName?: string, args?: string[]): DenoAppResource;}Signature
method
addDenoTaskbuilderAdds a Deno task to the distributed application builder
addDenoTask( name: string, workingDirectory?: string, taskName?: string, args?: string[]): DenoAppResourceParameters
namestringworkingDirectorystringoptionaltaskNamestringoptional= startargsstring[]optionalReturns
DenoAppResourceApplies to
This method applies to the following types: