Page Contents
Home > @loopback/boot > BaseArtifactBooter > configure
BaseArtifactBooter.configure() method
Configure the Booter by initializing the ‘dirs’, ‘extensions’ and ‘glob’ properties.
NOTE: All properties are configured even if all aren’t used.
Signature:
configure(): Promise<void>;
Returns:
Promise<void>