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
So the reason stuff kept breaking was that
Vite 6 changed how resolve.conditions worked
to support the environment API.
This fixes our Vite config,
so that we now load client-side Svelte on the client.
0 commit comments