Skip to content
DocsTry Aspire
DocsTry

withDenoPackageInstallation

Method
📦 CommunityToolkit.Aspire.Hosting.Deno v13.4.0
interface DenoAppResource {
// ... omitted for brevity
withDenoPackageInstallation(): DenoAppResource;
}

Signature

methodwithDenoPackageInstallationbuilder
Ensures the Deno packages are installed before the application starts using Deno as the package manager.
withDenoPackageInstallation(): DenoAppResource
DenoAppResource

Applies to

This method applies to the following types: