Currently, if the app fails to start on starport serve, the app stops and we advise the developer to run serve with reset state if the code is no longer compatible with the old saved state.
For better UX we could keep the app running and, like for build error, print Waiting for a fix before retrying... with if the app is not compatible with the old state press "r" to reset the state
Currently, if the app fails to start on
starport serve
, the app stops and we advise the developer to run serve with reset state if the code is no longer compatible with the old saved state.For better UX we could keep the app running and, like for build error, print
Waiting for a fix before retrying...
withif the app is not compatible with the old state press "r" to reset the state