From 5374628b85f8046ae4138367d3179f6855bb0c84 Mon Sep 17 00:00:00 2001 From: muhammadvadud Date: Tue, 4 Nov 2025 16:25:40 +0500 Subject: [PATCH] Fix typo --- vite.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite.config.ts b/vite.config.ts index 2d42a73..ceca0a8 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -20,7 +20,7 @@ export default defineConfig({ port: 5173, }, preview: { host: true, // Production (vite preview) uchun - port: 3000, + port: 5263, allowedHosts: ["admin.simpletravel.uz"], // ✅ bu yer muhim },