Page Contents

Home > @loopback/boot > Booter > configure

Booter.configure() method

Configure phase of the Booter. It should set options / defaults in this phase.

Signature:

configure?(): Promise<void>;

Returns:

Promise<void>