diff --git a/server/shell.ts b/server/shell.ts index 7a605906..0b367c31 100644 --- a/server/shell.ts +++ b/server/shell.ts @@ -369,7 +369,7 @@ export function renderShell(opts: ShellOptions): string { // Service worker registration + update detection if ("serviceWorker" in navigator && location.hostname !== "localhost") { - navigator.serviceWorker.register("/sw.js?v=8").then((reg) => { + navigator.serviceWorker.register("/sw.js?v=9").then((reg) => { function showUpdateBanner() { if (!isStandalone) return; // Only show update prompt in installed PWA if (sessionStorage.getItem('rspace_update_dismissed')) return; // dismissed this session @@ -2304,7 +2304,7 @@ export function renderModuleLanding(opts: ModuleLandingOptions): string {