Configuration APIbud.setProxyUrlOn this pagebud.setProxyUrlbud.setProxyUrl is used to specify the URL of the proxy target.UsageUsing a string:bud.config.jsexport default async bud => { bud.setProxyUrl(`http://example.test`)}Using a URL:bud.config.jsexport default async bud => { bud.setProxyUrl(new URL(`http://example.test`))}