Skip to content
DocsTry Aspire
DocsTry

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

methodaddDenoTaskbuilder
Adds a Deno task to the distributed application builder
addDenoTask(
name: string,
workingDirectory?: string,
taskName?: string,
args?: string[]): DenoAppResource
namestring
workingDirectorystringoptional
taskNamestringoptional= start
argsstring[]optional
DenoAppResource

Applies to

This method applies to the following types: