@app-config/config
v2.9.0-beta.1
Published
The config in @app-config
Downloads
15,192
Readme
App Config
This is a package for configuration loading in App Config. It's also accessible through @app-config/main.
import { loadValidatedConfig, ConfigLoadingOptions } from '@app-config/config';
const { fullConfig } = await loadValidatedConfig();
The API of this module is documented via TypeScript definitions.
Read the Introduction or Quick Start guides on our website.