const InfrastructureServicesLayer = Layer.mergeAll(
DbServiceLive,
DefaultTimeZoneProvider,
RedisService.Default
);
// Static services layer (no runtime dependencies)
// This is the core runtime that gets built once for the application
export const StaticServicesLayer = Layer.mergeAll(
InfrastructureServicesLayer,
ChatServiceFinal,
PlanningStoreFinal,
AuthService.Default,
logLevel
);
const InfrastructureServicesLayer = Layer.mergeAll(
DbServiceLive,
DefaultTimeZoneProvider,
RedisService.Default
);
// Static services layer (no runtime dependencies)
// This is the core runtime that gets built once for the application
export const StaticServicesLayer = Layer.mergeAll(
InfrastructureServicesLayer,
ChatServiceFinal,
PlanningStoreFinal,
AuthService.Default,
logLevel
);