c77a6cbe34
* Graceful error recovery in the dev server Move dev-container to dev Update for the lockfile Invalidate modules in an error state Test invalidation of broken modules Remove unused error state Normalize for windows try a larger timeout Fixes build just for testing more testing Keep it posix fully posix * Fix up Windows path for testing * some debugging * use posix join * finally fixed * Remove leftover debugging * Reset the timeout * Adding a changeset
279 B
279 B
astro |
---|
patch |
HMR - Improved error recovery
This improves error recovery for HMR. Now when the dev server finds itself in an error state (because a route contained an error), it will recover from that state and refresh the page when the user has corrected the mistake.