ov25-setup 0.2.16 → 0.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -36251,7 +36251,7 @@ function R6({ formState: r, currentSettings: e, setLayout: t, updateSettings: n,
|
|
|
36251
36251
|
const M6 = "OV25_CONFIG", D6 = "OV25_PREVIEW_READY";
|
|
36252
36252
|
function I6(r, e) {
|
|
36253
36253
|
if (r) return r;
|
|
36254
|
-
if (typeof window > "u" || e
|
|
36254
|
+
if (typeof window > "u" || !e) return Fc;
|
|
36255
36255
|
const t = window.location.hostname;
|
|
36256
36256
|
return t === "localhost" || t === "127.0.0.1" ? Pk : Fc;
|
|
36257
36257
|
}
|