diff --git a/client/src/main.tsx b/client/src/main.tsx index 258ac15..dfefcb3 100644 --- a/client/src/main.tsx +++ b/client/src/main.tsx @@ -50,6 +50,9 @@ async function bootstrap(): Promise { window.location.reload() return } + if (startupResult === 'recovered') { + return + } const rootEl = document.getElementById('root') if (!rootEl) {