in vite/vite.config.js file: ``` export default { server: { port: 8080, hot: true } } ``` What does the 'hot: true' option does? I can't find that option in [vite official docs](https://vitejs.dev/config/server-options.html#server-options).
in vite/vite.config.js file:
What does the 'hot: true' option does? I can't find that option in vite official docs.