From 3fb613d92481883b2751a6f5b882796a355008bd Mon Sep 17 00:00:00 2001 From: leiyu3 Date: Thu, 17 Jul 2025 16:05:51 -0400 Subject: convert to pwa --- static/sw.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 static/sw.js (limited to 'static/sw.js') diff --git a/static/sw.js b/static/sw.js new file mode 100644 index 0000000..258caf0 --- /dev/null +++ b/static/sw.js @@ -0,0 +1,3 @@ +self.addEventListener ('fetch', function(event) { + +}); -- cgit v1.2.3