UNPKG

@loopback/docs

Version:
27 lines (17 loc) 613 B
--- lang: en title: 'API docs: boot.booter.configure' keywords: LoopBack 4.0, LoopBack 4 sidebar: lb4_sidebar permalink: /doc/en/lb4/apidocs.boot.booter.configure.html --- <!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@loopback/boot](./boot.md) &gt; [Booter](./boot.booter.md) &gt; [configure](./boot.booter.configure.md) ## Booter.configure() method Configure phase of the Booter. It should set options / defaults in this phase. <b>Signature:</b> ```typescript configure?(): Promise<void>; ``` <b>Returns:</b> `Promise<void>`