@semiont/make-meaning 0.5.21 → 0.5.23

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.
@@ -10616,7 +10616,7 @@ var envConfig = createTomlConfigLoader(
10616
10616
  tomlReader,
10617
10617
  configPath,
10618
10618
  process.env
10619
- )(null, "local");
10619
+ )(null);
10620
10620
  var backendPublicURL = envConfig.services?.backend?.publicURL;
10621
10621
  if (!backendPublicURL) {
10622
10622
  throw new Error("services.backend.publicURL is required in ~/.semiontconfig");