Nestum
Create a desktop app using Deno + Svelte with Compile
Hello guys! I'm new to Deno and I have some questions and would love your help figuring some things out!
At the moment I have an desktop app using node + sveltekit + electron, and I since I saw that Deno was able to generate executables maybe I could just use Deno with sveltekit
The closest thing I found was https://github.com/bluwy/create-vite-extra/tree/master/template-deno-svelte
Everything worked great (except not being sveltekit if someone knows how to change it I would appreciate)
But now the big question.. how can I create a webview app using the /dist generated after deno run build?
I'm not having success creating a main.ts file that when compiling can get the files, serve them and then open the view...
7 replies