Skip to content
DocsTry Aspire
DocsTry

ViteAppResource.withViteConfig

Method
📦 Aspire.Hosting.JavaScript v13.4.0
interface ViteAppResource {
// ... omitted for brevity
withViteConfig(configPath: string): ViteAppResource;
}

Signature

methodwithViteConfigbuilder
Configures the Vite app to use the specified Vite configuration file instead of the default resolution behavior.
withViteConfig(configPath: string): ViteAppResource
configPathstring
ViteAppResource

Defined on

This method is defined on the following type: