* Configure phase of the Booter. It should set options / defaults in this phase.
()
| 52 | * Configure phase of the Booter. It should set options / defaults in this phase. |
| 53 | */ |
| 54 | configure?(): Promise<void>; |
| 55 | /** |
| 56 | * Discover phase of the Booter. It should search for artifacts in this phase. |
| 57 | */ |
no outgoing calls