From 01a4c95fa267d3d7634537d1d0c55addcb16deed 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 5a724a5..9f96b17 100644 --- a/modules/rwallet/mod.ts +++ b/modules/rwallet/mod.ts @@ -391,7 +391,7 @@ routes.get("/", (c) => { modules: getModuleInfoList(), theme: "dark", body: ``, - scripts: ``, + scripts: ``, styles: ``, })); });