@storyous/config
v1.2.0
Published
Allows you to load the configuration depending on the current environment.
Downloads
88
Keywords
Readme
#config
Allows you to load the configuration depending on the current environment.
Usage
import { init } from '@storyous/config';
const conf = init(__dirname);
export default conf;