diff --git a/vite.config.js b/vite.config.js index 6ce5662..58b39ca 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: 5173, - clientPort: 443, + port: 443, + // clientPort: 443, }, }, }) \ No newline at end of file