ov25-setup 0.1.14 → 0.1.15
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
|
@@ -24338,7 +24338,7 @@ function U2({ formState: n, currentSettings: e, setLayout: t, updateSettings: r,
|
|
|
24338
24338
|
] }) })
|
|
24339
24339
|
] });
|
|
24340
24340
|
}
|
|
24341
|
-
const j2 = "OV25_CONFIG", X2 = "https://
|
|
24341
|
+
const j2 = "OV25_CONFIG", X2 = "https://app.ov25.ai/configurator-preview";
|
|
24342
24342
|
function G2(n) {
|
|
24343
24343
|
return n && typeof window < "u" && window.location.hostname === "localhost" ? `http://localhost:${window.location.port}/configurator-preview` : X2;
|
|
24344
24344
|
}
|