Update vite.config.js

This commit is contained in:
fISHIE
2023-04-21 02:01:35 +05:00
committed by GitHub
parent 7bebd6a5cc
commit aefc8fc139

View File

@ -8,11 +8,8 @@ export default defineConfig({
include: ['src/**/*.{test,spec}.{js,ts}']
},
server: {
https: true,
hmr: {
host: "honestyui.sar.sh",
port: 443,
protocol: "wss",
host: true,
port: 5000
}
},
});