CommunityToolkit.Aspire.Hosting.JavaScript.Extensions
📦 CommunityToolkit.Aspire.Hosting.JavaScript.Extensionsv13.4.015Functions
4Types
4 types and 0 members
Types
Functions
method
addAppbuilderaddApp(name: string, appName?: string): NxAppResourcemethod
addAppbuilderaddApp(name: string, filter?: string): TurborepoAppResourcemethod
addNxAppbuilderAdds an Nx monorepo workspace to the distributed application builder.
addNxApp(name: string, workingDirectory?: string): NxResourcemethod
addTurborepoAppbuilderAdds a Turborepo monorepo workspace to the distributed application builder.
addTurborepoApp(name: string, workingDirectory?: string): TurborepoResourcemethod
withBunbuilderwithBun(install?: boolean): NxResourcemethod
withBunbuilderwithBun(install?: boolean): TurborepoResourcemethod
withMappedEndpointPortbuilderMaps the endpoint port for the JavaScript app resource to the appropriate command line argument
withMappedEndpointPort(endpointName?: string): JavaScriptAppResourcemethod
withNpmbuilderwithNpm(install?: boolean): NxResourcemethod
withNpmbuilderwithNpm(install?: boolean): TurborepoResourcemethod
withPackageManagerLaunchbuilderConfigures the Nx workspace to use the specified JavaScript package manager when starting apps.
withPackageManagerLaunch(packageManager?: string): NxResourcemethod
withPackageManagerLaunchbuilderConfigures the Turborepo workspace to use the specified JavaScript package manager when starting apps.
withPackageManagerLaunch(packageManager?: string): TurborepoResourcemethod
withPnpmbuilderwithPnpm(install?: boolean): NxResourcemethod
withPnpmbuilderwithPnpm(install?: boolean): TurborepoResourcemethod
withYarnbuilderwithYarn(install?: boolean): NxResourcemethod
withYarnbuilderwithYarn(install?: boolean): TurborepoResource