CommunityToolkit.Aspire.Hosting.Deno
📦 CommunityToolkit.Aspire.Hosting.Deno v13.4.0 3 Functions
1 Types
1 types and 0 members
Types
Functions
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 method
addDenoTask builder Adds a Deno task to the distributed application builder
addDenoTask(name: string, workingDirectory?: string, taskName?: string, args?: string[]): DenoAppResource method
withDenoPackageInstallation builder Ensures the Deno packages are installed before the application starts using Deno as the package manager.
withDenoPackageInstallation(): DenoAppResource