bud.setUrlOn this pagebud.setUrlbud.setUrl is used to specify the URL for the dev server.UsageUsing a string:bud.config.tsexport default async bud => { bud.setUrl(`http://example.test`)}Using a URL:bud.config.tsexport default async bud => { bud.setUrl(new URL(`http://example.test`))}