@noma/helper-config
v1.1.5
Published
## Install
Downloads
48
Keywords
Readme
@noma/helper-config
Install
$ npm install @noma/helper-config
Usage
- Import
@noma/helper-config
in your code before using any environment variables.
import '@noma/helper-config';
- Add
noma
topackage.json
.
{
"noma": {
"plugins": ["@noma/http"]
}
}