This commit is contained in:
Keith Stevens
2023-01-28 20:44:14 +09:00
parent 602352b73d
commit 8a69f3541e
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1,3 +1,4 @@
.eslintrc.json
tailwind.config.js
.storybook/*
public/mockServiceWorker.js
+1 -1
View File
@@ -8,7 +8,7 @@
* - Please do NOT serve this file on production.
*/
const INTEGRITY_CHECKSUM = "3d6b9f06410d179a7f7404d4bf4c3c70";
const INTEGRITY_CHECKSUM = '3d6b9f06410d179a7f7404d4bf4c3c70';
const activeClientIds = new Set();
self.addEventListener("install", function () {