Temporary removal of service worker
This commit is contained in:
parent
49028eb9fd
commit
a2cb117724
1 changed files with 5 additions and 3 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue