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
Also, the live-reload server doesn't crash, so restarting done-serve cannot restart live-reload:
done-serve --develop --port 8080 --proxy http://localhost:3030
done-serve starting on http://localhost:8080
Can not start live-reload on port 8012.
Another application is already using it.
When using
--proxy
for an API server,done-serve
crashes when the API server is restarted:It's very annoying to have to restart
done-serve
every time the API server is restarted. We should try to handle this if possible.The text was updated successfully, but these errors were encountered: