Skip to content
Docs Try Aspire
Docs Try

DenoAppResource

Handle
📦 CommunityToolkit.Aspire.Hosting.Deno v13.4.0
interface DenoAppResource
extends IComputeResource,
IResource,
IResourceWithArgs,
IResourceWithEndpoints,
IResourceWithEnvironment,
IResourceWithProbes,
IResourceWithWaitSupport,
IResourceWithServiceDiscovery {
withDenoPackageInstallation(): DenoAppResource;
}

Methods

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