@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.
@@ -10372,7 +10372,7 @@ var envConfig = createTomlConfigLoader(
10372
10372
  tomlReader,
10373
10373
  configPath,
10374
10374
  process.env
10375
- )(null, "local");
10375
+ )(null);
10376
10376
  var backendPublicURL = envConfig.services?.backend?.publicURL;
10377
10377
  if (!backendPublicURL) {
10378
10378
  throw new Error("services.backend.publicURL is required in ~/.semiontconfig");