@ikas/storefront 0.0.66 → 0.0.67
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/build/index.es.js +1 -1
- package/build/index.js +1 -1
- package/package.json +1 -1
package/build/index.es.js
CHANGED
|
@@ -24068,7 +24068,7 @@ var IkasThemeAPI = /** @class */ (function () {
|
|
|
24068
24068
|
IkasThemeAPI.fetchTheme = function () {
|
|
24069
24069
|
return new Promise(function (resolve, reject) {
|
|
24070
24070
|
var serverRuntimeConfig = getConfig().serverRuntimeConfig;
|
|
24071
|
-
var themeJSONPath = serverRuntimeConfig.THEME_JSON_PATH || "./
|
|
24071
|
+
var themeJSONPath = serverRuntimeConfig.THEME_JSON_PATH || "./src/theme.json";
|
|
24072
24072
|
fs.readFile(themeJSONPath, {
|
|
24073
24073
|
flag: "a+",
|
|
24074
24074
|
}, function (err, file) {
|
package/build/index.js
CHANGED
|
@@ -24048,7 +24048,7 @@ var IkasThemeAPI = /** @class */ (function () {
|
|
|
24048
24048
|
IkasThemeAPI.fetchTheme = function () {
|
|
24049
24049
|
return new Promise(function (resolve, reject) {
|
|
24050
24050
|
var serverRuntimeConfig = getConfig__default['default']().serverRuntimeConfig;
|
|
24051
|
-
var themeJSONPath = serverRuntimeConfig.THEME_JSON_PATH || "./
|
|
24051
|
+
var themeJSONPath = serverRuntimeConfig.THEME_JSON_PATH || "./src/theme.json";
|
|
24052
24052
|
fs__default['default'].readFile(themeJSONPath, {
|
|
24053
24053
|
flag: "a+",
|
|
24054
24054
|
}, function (err, file) {
|