Update vite.config.ts

This commit is contained in:
2025-12-20 02:55:55 +00:00
parent 379ef2a151
commit 14d4129912

View File

@@ -6,11 +6,11 @@ export default defineConfig(({ mode }) => {
const env = loadEnv(mode, '.', ''); const env = loadEnv(mode, '.', '');
return { return {
server: { server: {
port: 3000, port: 4173,
host: '0.0.0.0', host: '0.0.0.0',
}, },
preview: { preview: {
port: 3000, port: 4173,
host: '0.0.0.0', host: '0.0.0.0',
}, },
plugins: [react()], plugins: [react()],