From 14d4129912687b42c3d2aa790d3e4b262d13fbb4 Mon Sep 17 00:00:00 2001 From: tindevil Date: Sat, 20 Dec 2025 02:55:55 +0000 Subject: [PATCH] Update vite.config.ts --- vite.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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()],