diff --git a/examples/browser/web/src/main.ts b/examples/browser/web/src/main.ts index 2d15b258..cc185f45 100644 --- a/examples/browser/web/src/main.ts +++ b/examples/browser/web/src/main.ts @@ -113,7 +113,7 @@ async function main() { showUI(true); - const dash = info.toDash((url) => { + const dash = await info.toDash((url) => { url.searchParams.set('__host', url.host); url.host = 'localhost:8080'; url.protocol = 'http';