Release 202506111705

This commit is contained in:
pluja
2025-06-11 17:05:58 +00:00
parent 99cb730bc0
commit 39afcad089
4 changed files with 4 additions and 14 deletions

View File

@@ -5,13 +5,6 @@
<script>
import { registerSW } from 'virtual:pwa-register'
declare global {
// eslint-disable-next-line @typescript-eslint/consistent-type-definitions
interface Window {
__SW_REGISTRATION__?: ServiceWorkerRegistration
}
}
const NO_AUTO_RELOAD_ROUTES = ['/account/welcome', '/500', '/404'] as const satisfies `/${string}`[]
let hasPendingUpdate = false