Update vite.config.js

This commit is contained in:
fISHIE 2023-04-21 01:57:50 +05:00 committed by GitHub
parent bc229c0886
commit 54a1a9f2ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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