Update vite.config.js

This commit is contained in:
fISHIE
2023-04-21 01:52:22 +05:00
committed by GitHub
parent 3117767e3c
commit e384f7e934

View File

@ -7,7 +7,6 @@ export default defineConfig({
include: ['src/**/*.{test,spec}.{js,ts}']
},
server: {
host: true,
port: 5173,
strictPort: true,
hmr: {