@formswizard/config
v0.2.1
Published
Wrapper for config of FormsWizard
Downloads
2
Readme
@formswizard/config
This npm-package wraps all runtime config
options used by other FormsWizard frontend packages.
It provides typescript types and default values.
Implementation
For now the config is statically build from environment-variables at compile time (of the next or vite application requiring this package).
In future the mechanism of swlkup
might be used, for loading configuration at runtime.
It would also be nice to do runtime type validation using a JsonSchema.