Update vite.config.js

This commit is contained in:
fISHIE 2023-04-21 01:44:52 +05:00 committed by GitHub
parent 84736a3aff
commit 98f727da36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,11 +8,7 @@ export default defineConfig({
},
server: {
host: true,
port: 80,
strictPort: true,
hmr: {
port: 443,
},
port: 80
}
});