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
Having the integration with Tauri to create executables (.apk, .ica, .exe, etc) is very nice (output='android' | 'desktop' | 'ios'). But currently it is static content. It would be nice, just as it would be nice for the static output, to have adapters to make hybrid combinations, i.e. generate the executables connected to the cloud and have a server to the cloud for server actions, api endpoints, etc.
The text was updated successfully, but these errors were encountered:
Having the integration with Tauri to create executables (.apk, .ica, .exe, etc) is very nice (
output='android' | 'desktop' | 'ios'
). But currently it is static content. It would be nice, just as it would be nice for thestatic
output, to have adapters to make hybrid combinations, i.e. generate the executables connected to the cloud and have a server to the cloud for server actions, api endpoints, etc.The text was updated successfully, but these errors were encountered: