UNPKG
@linker-design/create-template
Version:
latest (3.0.0)
3.0.0
linker template initializer
@linker-design/create-template
/
template
/
code
/
default
/
src
/
utils
/
configuration.js
8 lines
(4 loc)
•
212 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
{
ConfigurationBuilder
}
from
'@linker-design/configuration'
;
const
builder =
new
ConfigurationBuilder
(); builder.
addGlobal
(
'LINKER_CONFIGURATION'
);
export
const
CONFIGURATION
= builder.
build
();