app-config
app-config copied to clipboard
Easy Configuration Loader with Strict Validation
It makes logical sense that a team might have different trust levels for different environments.
Support non-plugin usage in browser or react-native environments. This would essentially mean pulling out some of the primitives in app-config (ParsedValue, ConfigSource) and allowing them to be used in constrained...
A use case for `@app-config/inject` is to do so in an express.js server (before serving the HTML). Middleware the intercepts outgoing HTML and injects app-config sounds like a cool way...
- [x] React / Webpack Example - [ ] Node.js Example - [ ] React Native Web Example
See https://jsonnet.org/ - an unofficial library is https://github.com/yosuke-furukawa/node-jsonnet
Thoughts on featureset: - Allow validation of app-config live, for user to spot problems right away - Full parsing extension support so that vs code sees, for example, `$env` values...
Hi There! I've been migrating my application to use `@app-config/main` and have everthing working locally / in development but I hit problems when attempting to deploy to vercel. The specific...
Fix module generated code when using esbuild/etc plugins to allow for using 'loadConfig' in bundled environments.
Hi There! I have a working schema, where I have an object with patternProperties, defined as: ```yaml # $schema: https://json-schema.org/draft/2020-12/json-schema-core.html title: My Schema type: object additionalProperties: false required: - api...