proxies

@get:Internal
abstract val proxies: ListProperty<ProxyOptions>(source)

Configures the proxies started by the Vite development server.

Example

vite {
server {
proxy("/foo", "http://localhost:4567")
}
}

External resources

See also