fix(rtasks): bump JS cache version to v5 for new frontend features
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
eeab84e588
commit
4822f0858a
|
|
@ -841,7 +841,7 @@ routes.get("/", (c) => {
|
|||
modules: getModuleInfoList(),
|
||||
theme: "dark",
|
||||
body: `<folk-tasks-board space="${space}"></folk-tasks-board>`,
|
||||
scripts: `<script type="module" src="/modules/rtasks/folk-tasks-board.js?v=4"></script>`,
|
||||
scripts: `<script type="module" src="/modules/rtasks/folk-tasks-board.js?v=5"></script>`,
|
||||
styles: `<link rel="stylesheet" href="/modules/rtasks/tasks.css">`,
|
||||
}));
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue