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

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
},
} }
}); });