I wouldn't call this "Small by default".
I used this main.ts file: `Deno.serve(() => new Response("<h1>Hello, desktop</h1>", { headers: { "content-type": "text/html" }, }));`
and `deno desktop --backend webview main.ts`.
Unfortunately, launching `deno-test.bat` opens an empty white window, freezed (with waiting cursor...) on my Windows 10.
https://docs.deno.com/runtime/desktop/backends/#webview-(def...
I wouldn't call this "Small by default".
I used this main.ts file: `Deno.serve(() => new Response("<h1>Hello, desktop</h1>", { headers: { "content-type": "text/html" }, }));`
and `deno desktop --backend webview main.ts`.
Unfortunately, launching `deno-test.bat` opens an empty white window, freezed (with waiting cursor...) on my Windows 10.