Module: Feature_CustomConfig

Enable custom config identified by config path.

Source:
features/customConfig.js

Members


<static> type :string

This feature is loaded at configuration stage

Type:
  • string
Source:
features/customConfig.js

Methods


<static> load_(app, configPath)

Load the feature

Parameters:
Name Type Description
app App

The cli app module object

configPath string

Custom config file path

Source:
features/customConfig.js
Returns:
Type
Promise.<*>