@plyaz/core 1.5.20 → 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.
@@ -7562,6 +7562,8 @@ var init_FrontendExampleDomainService = __esm({
7562
7562
  super({
7563
7563
  serviceName: "ExampleFrontendService",
7564
7564
  supportedRuntimes: ["frontend"],
7565
+ // API client config - uses injected options or creates from apiBasePath
7566
+ apiClientConfig: options?.apiClient?.options ?? { baseURL: apiBasePath },
7565
7567
  serviceConfig: {
7566
7568
  enabled: true,
7567
7569
  apiBasePath,