f8247be23c
Load configuration of components from `component-config` and configure all components as specified. Sample JSON: { "loopback-component-foobar": { "option1": "value1", "option2": "value2" } } The component is expected to export the following function: module.exports = function(app, options) { /* ... */ }; |
||
---|---|---|
.. | ||
boot | ||
components | ||
models | ||
app.js | ||
component-config.json | ||
datasources.json | ||
model-config.json |