Hey guys, i'm pretty fresh into electron as a whole ( less than a month on the ecossystem) and i came across some hurdles to set up my electron app with sveltekit on svelte5. The lib i was supposed to use was electron-adapter-static from ptk-dev, but not only it's a year ago on updates, it's not worth to make the downgrade for, since on my job i am tasked to maintain the system as fresh as possible on subsequent releases/updates, just to prevent massive reworks later on.
So that being said, my situation is as follows: i set up to the best of my knowledge svelte-adapter-static, and sucessfully rendered the sveltekit build bundle to generate a .html file for electron to work on, but the thing is, electron cannot load it properly since it has something to do with the immutable files that are being imported to the html not being found on load, and i tested it with preview just to see if it was fine on vite, and it is working as expected, so my question is: Is there anything i can do to make this error be treated on svelte side, or everything from svelte is properly set up and the problem is on electron for me to fix these issues when loading on local.
Thanks for the help in advance, and if you need any more info on that, i'll be happy to provide it.