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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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