CommunityToolkit.Aspire.Hosting.Deno
📦 CommunityToolkit.Aspire.Hosting.Denov13.4.03Functions
1Types
1 types and 0 members
Types
Functions
method
addDenoAppbuilderAdds a Deno application to the application model. Deno should available on the PATH.
addDenoApp(name: string, scriptPath: string, workingDirectory?: string, permissionFlags?: string[], args?: string[]): DenoAppResourcemethod
addDenoTaskbuilderAdds a Deno task to the distributed application builder
addDenoTask(name: string, workingDirectory?: string, taskName?: string, args?: string[]): DenoAppResourcemethod
withDenoPackageInstallationbuilderEnsures the Deno packages are installed before the application starts using Deno as the package manager.
withDenoPackageInstallation(): DenoAppResource