Update vite.config.js

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

View File

@ -7,12 +7,8 @@ export default defineConfig({
include: ['src/**/*.{test,spec}.{js,ts}'] include: ['src/**/*.{test,spec}.{js,ts}']
}, },
server: { server: {
port: 5173, port: 5183,
strictPort: true, strictPort: true
hmr: {
clientPort: 5173,
port: 5173
},
} }
}); });