jvm Vite for Gradle • opensavvy.gradle.vite.base.config • ProxyOptions • url url¶ val url: String The path that should be intercepted by the proxy. Example¶ vite { server { proxy("/foo", "http://localhost:4567") // The URL can also be declared as a regex: proxy("^/fallback/.*", "http://jsonplaceholder.typicode.com", changeOrigin = true) } } External resources¶ Official documentation