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, '.', '');
return {
server: {
port: 3000,
port: 4173,
host: '0.0.0.0',
},
preview: {
port: 3000,
port: 4173,
host: '0.0.0.0',
},
plugins: [react()],