From 9d84fc38f39cc6db08a4e2282b19cf3f8fb6e27a Mon Sep 17 00:00:00 2001 From: Samandar Turgunboyev Date: Tue, 9 Dec 2025 17:02:13 +0500 Subject: [PATCH] initial commit --- src/global.d.ts | 1 + vite.config.ts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/global.d.ts b/src/global.d.ts index 95960f1..d20fc42 100644 --- a/src/global.d.ts +++ b/src/global.d.ts @@ -9,6 +9,7 @@ interface Window { }; }; sendData?: (data: string) => void; + openLink?: (url: string) => void; }; }; } diff --git a/vite.config.ts b/vite.config.ts index c64a38b..72d1b0d 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -17,7 +17,7 @@ export default defineConfig({ port: 5174, host: true, // barcha hostlarga ruxsat allowedHosts: [ - "battery-behavior-forgot-recovery.trycloudflare.com", // ngrok host qo'shildi + "hampshire-blake-womens-ref.trycloudflare.com", // ngrok host qo'shildi ], }, });