Merge pull request #123 from Landmarks-Tech/main

This commit is contained in:
tiago
2025-10-30 16:27:53 +00:00
committed by GitHub
+5
View File
@@ -1,6 +1,11 @@
(() => {
const WASM_VERSION = "0.0.6";
// SSR fix
if (typeof window === "undefined") {
return;
}
const capFetch = (...args) => {
if (window?.CAP_CUSTOM_FETCH) {
return window.CAP_CUSTOM_FETCH(...args);