Skip to content
DocsTry Aspire
DocsTry

addDenoApp

Method
📦 CommunityToolkit.Aspire.Hosting.Deno v13.4.0
interface IDistributedApplicationBuilder {
// ... omitted for brevity
addDenoApp(
name: string,
scriptPath: string,
workingDirectory?: string,
permissionFlags?: string[],
args?: string[]): DenoAppResource;
}

Signature

methodaddDenoAppbuilder
Adds a Deno application to the application model. Deno should available on the PATH.
addDenoApp(
name: string,
scriptPath: string,
workingDirectory?: string,
permissionFlags?: string[],
args?: string[]): DenoAppResource
namestring
scriptPathstring
workingDirectorystringoptional
permissionFlagsstring[]optional
argsstring[]optional
DenoAppResource

Applies to

This method applies to the following types: