#1223·cli

Support pause HMR

Author: typed-sigtermCreated Feb 10, 2026Updated Jul 25, 2026

GitHub Copilot automatically save agent-edited files, causing Vite and Nitro HMR to be triggered for 20 times per agent conversation. Unexpected side effects, especially calling the backend, often make a mess.

It would be great if HMR can be temporarily paused, maybe like typing h q when running Vite dev server.