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 Nov 22, 2024. It is now read-only.
fix(builders): don't spawn server until browser build finishes
In some cases, we spawned the server to early, which caused the views not to be found. This happened when the browser build too a long time.
With this change we spawn the server only after both browser and server have emitted.
0 commit comments