fixed all tests
This commit is contained in:
parent
08f713d98b
commit
bd26ecf3bc
11 changed files with 457 additions and 794 deletions
|
|
@ -24,3 +24,26 @@ export function createAppConfig<T>(
|
|||
): ConfigManager<T> {
|
||||
return new ConfigManager<T>(options);
|
||||
}
|
||||
|
||||
// Export utilities
|
||||
export {
|
||||
SecretValue,
|
||||
secret,
|
||||
isSecret,
|
||||
isSecretEnvVar,
|
||||
COMMON_SECRET_PATTERNS,
|
||||
redactSecrets,
|
||||
wrapSecretEnvVars,
|
||||
secretSchema,
|
||||
secretStringSchema
|
||||
} from './utils/secrets';
|
||||
|
||||
export {
|
||||
checkRequiredEnvVars,
|
||||
createStrictSchema,
|
||||
formatValidationResult,
|
||||
mergeSchemas,
|
||||
validateConfig,
|
||||
validateCompleteness,
|
||||
type ValidationResult
|
||||
} from './utils/validation';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue