From b8f32a863e550af18c2371e816633143447ff462 Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Mon, 9 Mar 2026 12:56:18 -0700 Subject: [PATCH] chore(rwallet): cache-bust wallet viewer JS (v=2) Co-Authored-By: Claude Opus 4.6 --- modules/rwallet/mod.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/rwallet/mod.ts b/modules/rwallet/mod.ts index b27bbbd..8c9aba8 100644 --- a/modules/rwallet/mod.ts +++ b/modules/rwallet/mod.ts @@ -390,7 +390,7 @@ routes.get("/", (c) => { modules: getModuleInfoList(), theme: "dark", body: ``, - scripts: ``, + scripts: ``, styles: ``, })); });