Skip to content
Docs Try Aspire
Docs Try

addDenoTask

Method
📦 CommunityToolkit.Aspire.Hosting.Deno v13.4.0
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[]): DenoAppResource
name string
workingDirectory string optional
taskName string optional = start
args string[] optional
DenoAppResource

Applies to

This method applies to the following types: