fix(rflows): cache-bust folk-flows-app.js for CDN

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-03-23 17:11:24 -07:00
parent db1c0ec490
commit 3def8f73fe
1 changed files with 1 additions and 1 deletions

View File

@ -785,7 +785,7 @@ routes.post("/api/budgets/segments", async (c) => {
const flowsScripts = `
<script src="https://cdn.jsdelivr.net/npm/lz-string@1.5.0/libs/lz-string.min.js"></script>
<script type="module" src="/modules/rflows/folk-flows-app.js"></script>
<script type="module" src="/modules/rflows/folk-flows-app.js?v=2"></script>
<script type="module" src="/modules/rflows/folk-flow-river.js"></script>`;
const flowsStyles = `<link rel="stylesheet" href="/modules/rflows/flows.css">`;