@loopback/docs
Version:
Documentation files rendered at [https://loopback.io](https://loopback.io)
30 lines (19 loc) • 867 B
Markdown
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) > [@loopback/boot](./boot.md) > [BaseArtifactBooter](./boot.baseartifactbooter.md) > [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<void>