fix(rflows): bump JS cache versions to bust Cloudflare CDN
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
c8622bd82b
commit
e9b2a9314b
|
|
@ -785,8 +785,8 @@ 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=4"></script>
|
<script type="module" src="/modules/rflows/folk-flows-app.js?v=5"></script>
|
||||||
<script type="module" src="/modules/rflows/folk-flow-river.js?v=3"></script>`;
|
<script type="module" src="/modules/rflows/folk-flow-river.js?v=4"></script>`;
|
||||||
|
|
||||||
const mortgageScripts = `
|
const mortgageScripts = `
|
||||||
<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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue