UNPKG

@loopback/docs

Version:

Documentation files rendered at [https://loopback.io](https://loopback.io)

30 lines (19 loc) 867 B
--- lang: en title: 'API docs: boot.baseartifactbooter.configure' keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI sidebar: lb4_sidebar editurl: https://github.com/loopbackio/loopback-next/tree/master/packages/boot permalink: /doc/en/lb4/apidocs.boot.baseartifactbooter.configure.html --- <!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@loopback/boot](./boot.md) &gt; [BaseArtifactBooter](./boot.baseartifactbooter.md) &gt; [configure](./boot.baseartifactbooter.configure.md) ## 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. <b>Signature:</b> ```typescript configure(): Promise<void>; ``` <b>Returns:</b> Promise&lt;void&gt;