initial commit
This commit is contained in:
1
src/global.d.ts
vendored
1
src/global.d.ts
vendored
@@ -9,6 +9,7 @@ interface Window {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
sendData?: (data: string) => void;
|
sendData?: (data: string) => void;
|
||||||
|
openLink?: (url: string) => void;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user