Skip to content
Docs Try Aspire

ViteAppResource

Handle TypeScript
📦 Aspire.Hosting.JavaScript v13.2.0-preview.1.26159.1
interface ViteAppResource
extends IComputeResource,
IResource,
IResourceWithArgs,
IResourceWithEndpoints,
IResourceWithEnvironment,
IResourceWithProbes,
IResourceWithWaitSupport,
IResourceWithContainerFiles,
IResourceWithServiceDiscovery {
withViteConfig(configPath: string): ViteAppResource;
}

Methods

method withViteConfig builder
Configures a custom Vite configuration file
withViteConfig(configPath: string): ViteAppResource
configPath string
ViteAppResource