|
|
|
|
|
by josephernest
33 days ago
|
|
This gives a 77 MB folder, not containing the browser (we're now using the OS' webview). 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. |
|