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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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