bt-core-app 1.4.67 → 1.4.68
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/bt-core-app.js +4 -4
- package/package.json +1 -1
package/dist/bt-core-app.js
CHANGED
|
@@ -1809,15 +1809,15 @@ const lt = /* @__PURE__ */ tn(gn);
|
|
|
1809
1809
|
var Rr = { BASE_URL: "/", MODE: "production", DEV: !1, PROD: !0, SSR: !1 };
|
|
1810
1810
|
let ye;
|
|
1811
1811
|
function ut() {
|
|
1812
|
-
const e = Rr.
|
|
1812
|
+
const e = Rr.VITE_NODE_ENV;
|
|
1813
1813
|
return ye == null ? e : (ye[e] ?? ye.development).localDbName ?? e;
|
|
1814
1814
|
}
|
|
1815
1815
|
function qr() {
|
|
1816
|
-
const e = Rr.
|
|
1816
|
+
const e = Rr.VITE_NODE_ENV;
|
|
1817
1817
|
return ye == null ? "" : (ye[e] ?? ye.development).auth ?? "";
|
|
1818
1818
|
}
|
|
1819
1819
|
function yn(e) {
|
|
1820
|
-
const t = Rr.
|
|
1820
|
+
const t = Rr.VITE_NODE_ENV;
|
|
1821
1821
|
if (ye == null)
|
|
1822
1822
|
return "";
|
|
1823
1823
|
const l = ye[t] ?? ye.development;
|
|
@@ -3347,7 +3347,7 @@ function Ea(e) {
|
|
|
3347
3347
|
if (S)
|
|
3348
3348
|
document.title = S.meta.title;
|
|
3349
3349
|
else {
|
|
3350
|
-
const g = Un.
|
|
3350
|
+
const g = Un.VITE_NODE_ENV;
|
|
3351
3351
|
let x = "";
|
|
3352
3352
|
g == "development" ? x = "BWeb Dev" : g == "staging" ? x = "BlitzIt Sandpit" : x = "BlitzIt Web | Cloud-Based Wholesale Logistics Platform", ((s = e == null ? void 0 : e.demo) == null ? void 0 : s.isDemoing.value) == !0 && (x = `Training: ${x}`), document.title = x;
|
|
3353
3353
|
}
|
package/package.json
CHANGED