Update vite.config.js

This commit is contained in:
fISHIE 2023-04-21 02:09:08 +05:00 committed by GitHub
parent 47688a7a4c
commit bfd366fd9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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