diff --git a/vite.config.ts b/vite.config.ts index 2f5c327..a79873a 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -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()],