mirror of
https://github.com/status-im/consul.git
synced 2025-02-19 09:07:59 +00:00
- Simplifies how we 'import' our configuration files a little in order to make them more grokable. - Starts to exclude files based on explicit configuration rather than convention. - Adds the first instance of us being able to select an implementation (of multiple) of a component at runtime.
8 lines
188 B
JavaScript
8 lines
188 B
JavaScript
(services => services({
|
|
|
|
}))(
|
|
(json, data = (typeof document !== 'undefined' ? document.currentScript.dataset : module.exports)) => {
|
|
data[`services`] = JSON.stringify(json);
|
|
}
|
|
);
|