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