From 60f08da5a42dbe9f41826d2990083390cda028d2 Mon Sep 17 00:00:00 2001 From: Simple_Not <44047940+moonbaseDelta@users.noreply.github.com> Date: Wed, 2 Aug 2023 00:57:51 +1000 Subject: [PATCH] upd --- vite.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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