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 bfb3a588ed
commit b8f32a863e
1 changed files with 1 additions and 1 deletions

View File

@ -390,7 +390,7 @@ routes.get("/", (c) => {
modules: getModuleInfoList(),
theme: "dark",
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">`,
}));
});