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 },