Replies: 1 comment
-
You might be looking for |
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
Uh oh!
There was an error while loading. Please reload this page.
-
My app has both a web based interface and a tauri based app. 90% of the code should be the same. The web version has a backend either based on axum or AWS lambda sdk, how can I configure the code project to build for both targets from a single code base?
any way to check if the build target is tauri or not? how about the frontend side?
Beta Was this translation helpful? Give feedback.
All reactions