chore(rflows): bump folk-flow-river.js cache version to v=2

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-03-23 19:33:56 -07:00
parent 79f16925aa
commit d74512ddcd
1 changed files with 1 additions and 1 deletions

View File

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