I want to create a Tauri app with a dynamic URL and directory. #12530
jabed-web-dev
started this conversation in
Ideas
Replies: 1 comment
-
what's preventing you from doing it? For the --url option you simply have to set the window's url to that url when you create it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
like "tauri-app.exe -url http://localhost:8000"
or "tauri-app.exe -dist path/dir"
"devUrl": "http://localhost:1420",
"frontendDist": "../dist"
Beta Was this translation helpful? Give feedback.
All reactions