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