target
The URL that the proxy should redirect to.
Example
vite {
server {
proxy("/foo", "http://localhost:4567")
}
}
Content copied to clipboard
The URL that the proxy should redirect to.
vite {
server {
proxy("/foo", "http://localhost:4567")
}
}