diff --git a/vite.config.js b/vite.config.js index f8fe8bb..0df4d1b 100644 --- a/vite.config.js +++ b/vite.config.js @@ -8,11 +8,10 @@ export default defineConfig({ include: ['src/**/*.{test,spec}.{js,ts}'] }, server: { - port: 5173, https: true, hmr: { host: "honestyui.sar.sh", - port: 5173, + port: 443, protocol: "wss", } },