Page Contents

Home > @loopback/boot > BaseArtifactBooter > discover

BaseArtifactBooter.discover() method

Discover files based on the ‘glob’ property relative to the ‘projectRoot’. Discovered artifact files matching the pattern are saved to the ‘discovered’ property.

Signature:

discover(): Promise<void>;

Returns:

Promise<void>