(input: Record<string, unknown>)
| 5 | import { it } from "../lib/effect" |
| 6 | |
| 7 | const fromConfig = (input: Record<string, unknown>) => |
| 8 | AppNodeBuilder.build(RuntimeFlags.node).pipe(Layer.provide(ConfigProvider.layer(ConfigProvider.fromUnknown(input)))) |
| 9 | |
| 10 | const readFlags = RuntimeFlags.Service.useSync((flags) => flags) |
| 11 |
no test coverage detected