From 3def8f73fec998f1dbb199338aabe9041e7f6aee Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Mon, 23 Mar 2026 17:11:24 -0700 Subject: [PATCH] fix(rflows): cache-bust folk-flows-app.js for CDN Co-Authored-By: Claude Opus 4.6 --- modules/rflows/mod.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/rflows/mod.ts b/modules/rflows/mod.ts index 727caf9..7a10668 100644 --- a/modules/rflows/mod.ts +++ b/modules/rflows/mod.ts @@ -785,7 +785,7 @@ routes.post("/api/budgets/segments", async (c) => { const flowsScripts = ` - + `; const flowsStyles = ``;