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