diff --git a/vite.config.js b/vite.config.js index ad332de..6ce5662 100644 --- a/vite.config.js +++ b/vite.config.js @@ -5,8 +5,8 @@ export default defineConfig({ host: "0.0.0.0", port: 5173, hmr: { - port: 443, - clientPort: 5173, + port: 5173, + clientPort: 443, }, }, }) \ No newline at end of file