proxies
Configures the proxies started by the Vite development server.
Example
vite {
server {
proxy("/foo", "http://localhost:4567")
}
}
Content copied to clipboard
Configures the proxies started by the Vite development server.
vite {
server {
proxy("/foo", "http://localhost:4567")
}
}