From 0fa107a75bc33046758bc42523262a566da9f60f Mon Sep 17 00:00:00 2001 From: Philipp Dormann Date: Thu, 14 Jan 2021 18:25:01 +0100 Subject: [PATCH] [tmp] - disable serviceworker --- src/App.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.svelte b/src/App.svelte index 0d5e7acb..d0215433 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -49,7 +49,7 @@ OpenAPI.BASE = config.baseurl; import { register as registerSW } from "./swmodule"; store.init(); - registerSW(); + // registerSW();