For AI agents: the complete documentation index is available at https://mfdoctor.kevinbeier.com/1.0.0/llms.txt, the full documentation bundle is available at https://mfdoctor.kevinbeier.com/1.0.0/llms-full.txt, and this page is available as Markdown at https://mfdoctor.kevinbeier.com/1.0.0/rules/vite/remote-hmr-dev.md.

vite/remote-hmr-dev

  • Category: tooling
  • Default severity: info

Issue

Without remoteHmr, local Vite remotes miss cross-container hot updates.

How to fix it

Enable remoteHmr in development profiles when remotes/exposes are active.

Suppress or retarget with rules["vite/remote-hmr-dev"] set to "off" or a severity — see Suppressions and allowlists.

Sources