Skip to content

Commit 9f2460f

Browse files
committed
Bump service worker to v5 to force cache refresh
1 parent 3ff66bb commit 9f2460f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+17049
-56
lines changed

.claude/settings.local.json

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,28 @@
3737
"Bash(timeout 30s node:*)",
3838
"Bash(node scripts/debug.bundle.js:*)",
3939
"Bash(do echo \"=== Game $i ===\")",
40-
"Bash(for i in 1 2 3 4 5)"
40+
"Bash(for i in 1 2 3 4 5)",
41+
"WebFetch(domain:delucis.github.io)",
42+
"WebFetch(domain:www.npmjs.com)",
43+
"Bash(node scripts/replace-suits.js:*)",
44+
"Bash(node scripts/replace-suits.cjs:*)",
45+
"Bash(find:*)",
46+
"Bash(src/client/index.jsx )",
47+
"Bash(src/client/components/TrickAreaHTML.jsx )",
48+
"Bash(src/client/components/TrickAreaHTML.css )",
49+
"Bash(src/client/components/animations/ )",
50+
"Bash(src/client/components/layout/ )",
51+
"Bash(src/client/components/overlays/ )",
52+
"Bash(src/client/components/views/ )",
53+
"Bash(src/client/context/ )",
54+
"Bash(src/client/hooks/ )",
55+
"Bash(src/client/styles/base.css )",
56+
"Bash(src/client/styles/lobby.css )",
57+
"Bash(src/client/styles/variables.css )",
58+
"Bash(src/client/styles/board.css )",
59+
"Bash(docs/)",
60+
"Bash(ls:*)",
61+
"Bash(git log:*)"
4162
],
4263
"deny": [],
4364
"ask": []

docs/sw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const CACHE_NAME = 'kolkhoz-v4';
1+
const CACHE_NAME = 'kolkhoz-v5';
22
const STATIC_ASSETS = [
33
'/',
44
'/index.html',
Lines changed: 281 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)