| 227 | * @category Configuration |
| 228 | */ |
| 229 | export class RouterConfig extends Context.Reference<RouterConfig>()("@effect/platform/HttpLayerRouter/RouterConfig", { |
| 230 | defaultValue: constant<Partial<FindMyWay.RouterConfig>>({}) |
| 231 | }) {} |
| 232 | |
| 233 | export { |
| 234 | /** |
nothing calls this directly
no test coverage detected
searching dependent graphs…