fix
patch
hub
feat/phase-2g-bundle
fix(hub): disable browser caching for JS/CSS static assets
ES module imports are cached aggressively by browsers; adding Cache-Control: no-store for .mjs/.js/.css ensures the browser always fetches the latest source files after server restarts, eliminating stale-module bugs in development and self-hosted setups.
sha256:bfb427342254f1546658aa9afa32057b4a62003133481c79003e86a430067f48
sha
sha256:92385aaa77c2411fb34eb7ea6eba5dfeb4373a5345b99e163e6764fdce78e2c4
snapshot
0 comments
To add a comment, use the Muse CLI:
muse hub commit comment sha256:bfb427342254f1546658aa9afa32057b4a62003133481c79003e86a430067f48 --body "your comment"
No comments yet. Be the first to start the discussion.