Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(config): validation fix for template strings
Allow empty strings as default values for env vars used in template strings. For example, ${someVar || ""}. Previously, this would lead to a validation error due to joiPrimitive not permitting empty strings.
- Loading branch information