homeUrl: normalizedHomeUrl()

in src/service-resources/service-resources.js [22:28]


      homeUrl: normalizedHomeUrl(homeUrl),
      ...restServiceProperties
    })
  );

  // eslint-disable-next-line complexity
  function satisfyingVersion(currentVersion, minVersion) {