@app-config/config

The config in @app-config

Usage no npm install needed!

<script type="module">
  import appConfigConfig from 'https://cdn.skypack.dev/@app-config/config';
</script>

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.