Update vite.config.js

This commit is contained in:
fISHIE
2023-04-21 01:42:44 +05:00
committed by GitHub
parent adabb1eee6
commit 3bf9ea182f

View File

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