Skip to content
Docs Try Aspire
Docs Try

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

method addDenoApp builder
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
name string
scriptPath string
workingDirectory string optional
permissionFlags string[] optional
args string[] optional
DenoAppResource

Applies to

This method applies to the following types: