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