DenoAppResource
Handle
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(): DenoAppResourceReturns
DenoAppResource