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