Temporary removal of service worker

This commit is contained in:
Alessio Davoli 2023-12-11 18:17:50 +01:00
parent 49028eb9fd
commit a2cb117724

View file

@ -1,10 +1,11 @@
<script> <script lang="ts">
import BottomAppBar from '$lib/components/BottomAppBar.svelte'; import BottomAppBar from '$lib/components/BottomAppBar.svelte';
import Toast from '$lib/components/Toast.svelte'; // import Toast from '$lib/components/Toast.svelte';
import { onMount } from 'svelte'; // import { onMount } from 'svelte';
let node; let node;
/**
onMount(() => { onMount(() => {
if(import.meta.env.DEV) return; if(import.meta.env.DEV) return;
@ -31,6 +32,7 @@
}); });
} }
}); });
*/
</script> </script>
<div bind:this={node}></div> <div bind:this={node}></div>