| 13 | const DEFAULT_HOST = '0.0.0.0'; |
| 14 | |
| 15 | export interface InheritedEnv { |
| 16 | readonly ETHERCALC_KEY?: string; |
| 17 | readonly ETHERCALC_BASEPATH?: string; |
| 18 | } |
| 19 | |
| 20 | /** |
| 21 | * Result of mapping a `ParsedFlags` to a launch plan. The orchestrator |
nothing calls this directly
no outgoing calls
no test coverage detected