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
The CLI provides a command to start and stop an app/example. Often it's useful to have a restart command, that will stop and start again the same app. This is needed only for the CLI interface.
The command already exists. But error management should be improved:
restarting an app X when app Y is running does not show a clear error
if the app running is not the one being restarted: error
if no app is running: just start the app
0 commit comments