You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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