nextemos 5.0.13 → 5.0.14
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.
|
@@ -13,7 +13,7 @@ let loadedConfig;
|
|
|
13
13
|
try {
|
|
14
14
|
// Using require to load the config file at build time
|
|
15
15
|
// require will resolve the path relative to the current file
|
|
16
|
-
loadedConfig = require(`${__dirname}
|
|
16
|
+
loadedConfig = require(`${__dirname}/../../../../nextemos-config.json`);
|
|
17
17
|
}
|
|
18
18
|
catch (error) {
|
|
19
19
|
loadedConfig = exports.defaultConfig;
|