We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a44e6e8 commit 04ae49fCopy full SHA for 04ae49f
apps/gui/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@nostrwatch/gui",
3
"description": "",
4
- "version": "0.6.56",
+ "version": "0.6.57",
5
"license": "MIT",
6
"keywords": [
7
"svelte",
apps/gui/src/routes/+layout.svelte
@@ -37,11 +37,11 @@
37
38
window.process = process;
39
40
- if ('serviceWorker' in navigator) {
41
- addEventListener('load', function () {
42
- navigator.serviceWorker.register('$src/service-worker/index.js');
43
- });
44
- }
+ // if ('serviceWorker' in navigator) {
+ // addEventListener('load', function () {
+ // navigator.serviceWorker.register('$src/service-worker/cors.js');
+ // });
+ // }
45
46
const IDLE_TIMEOUT_MS = 5 * 60 * 1000;
47
apps/gui/src/service-worker/index.js
0 commit comments