1.2.0 • Published 1 year ago
@storyous/config v1.2.0
#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;
#config
Allows you to load the configuration depending on the current environment.
import { init } from '@storyous/config';
const conf = init(__dirname);
export default conf;