Replies: 1 comment 4 replies
-
For a quick workaround, install latest webui Then run your project again to let webui use the new folder path. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
tested out "import { WebUI } from "jsr:@webui/[email protected]""
and noticed that the lib download path has changed from "x" folder to env "LOCALAPPDATA"
This causes some deployment issues for me since i need to create an installer that can run on a pc without internet connection.
is there a way of forcing webui to keep downloading to local x folder?
i usualy compile. then run exe and after that create a installer with folder contens.
before i got everything needed to run application offline. now i will not get the lib files since they are in env "LOCALAPPDATA"
For now i will keep using "import { WebUI } from "https://deno.land/x/[email protected]/mod.ts"; " so i get the x folder with the required files.
Beta Was this translation helpful? Give feedback.
All reactions