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
{{ message }}
This repository was archived by the owner on Oct 7, 2024. It is now read-only.
Is your feature request related to a problem? Please describe.
For ionic there are this commands available to run the app with live reload on android or ios:
$ ionic capacitor run ios -l --external
$ ionic capacitor run android -l --external
I realy need it for my ionic app inside nxext Workspace. At the moment I always need to run "nx run [app-name]:sync:android" and "nx run [app-name]:open:android" after changes. It takes a lot of time
andregreeff, ccosmincc, mattndr, Krab00, LennonReid and 2 more