chore(rwallet): cache-bust wallet viewer JS (v=2)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-03-09 12:56:18 -07:00
parent 20c26cd3d7
commit 01a4c95fa2
1 changed files with 1 additions and 1 deletions

View File

@ -391,7 +391,7 @@ routes.get("/", (c) => {
modules: getModuleInfoList(), modules: getModuleInfoList(),
theme: "dark", theme: "dark",
body: `<folk-wallet-viewer></folk-wallet-viewer>`, body: `<folk-wallet-viewer></folk-wallet-viewer>`,
scripts: `<script type="module" src="/modules/rwallet/folk-wallet-viewer.js"></script>`, scripts: `<script type="module" src="/modules/rwallet/folk-wallet-viewer.js?v=2"></script>`,
styles: `<link rel="stylesheet" href="/modules/rwallet/wallet.css">`, styles: `<link rel="stylesheet" href="/modules/rwallet/wallet.css">`,
})); }));
}); });