initial commit

This commit is contained in:
Samandar Turgunboyev
2025-12-09 17:02:13 +05:00
parent db6bfa7e40
commit 9d84fc38f3
2 changed files with 2 additions and 1 deletions

1
src/global.d.ts vendored
View File

@@ -9,6 +9,7 @@ interface Window {
}; };
}; };
sendData?: (data: string) => void; sendData?: (data: string) => void;
openLink?: (url: string) => void;
}; };
}; };
} }

View File

@@ -17,7 +17,7 @@ export default defineConfig({
port: 5174, port: 5174,
host: true, // barcha hostlarga ruxsat host: true, // barcha hostlarga ruxsat
allowedHosts: [ allowedHosts: [
"battery-behavior-forgot-recovery.trycloudflare.com", // ngrok host qo'shildi "hampshire-blake-womens-ref.trycloudflare.com", // ngrok host qo'shildi
], ],
}, },
}); });