@plyaz/core 1.5.19 → 1.5.21

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.
@@ -5939,6 +5939,8 @@ var FrontendExampleDomainService = class _FrontendExampleDomainService extends B
5939
5939
  super({
5940
5940
  serviceName: "ExampleFrontendService",
5941
5941
  supportedRuntimes: ["frontend"],
5942
+ // API client config - uses injected options or creates from apiBasePath
5943
+ apiClientConfig: options?.apiClient?.options ?? { baseURL: apiBasePath },
5942
5944
  serviceConfig: {
5943
5945
  enabled: true,
5944
5946
  apiBasePath,