(config: AnalyticsConfig)
| 237 | |
| 238 | /** The layer over the default platform services (real HTTP + disk). */ |
| 239 | export const defaultLayer = (config: AnalyticsConfig): Layer.Layer<Analytics> => |
| 240 | layer(config).pipe(Layer.provide(FetchHttpClient.layer), Layer.provide(NodeFileSystem.layer)); |