-
Notifications
You must be signed in to change notification settings - Fork 514
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: allow oveeridng nested runtime config with env #1831
Conversation
This would be pretty useful, is there anything blocking this from being merged? |
Rebase/merge with main should make the tests pass again, this PR will enable more Nuxt modules to add support for more complex runtime configuration (have a PR lined up for Don't mean to rush anyone to merge this, but if I can be of any help to move it along let me know! |
Thanks for PR β€οΈ and sorry for late review since i needed to properly verify changes. |
π Linked issue
fix #1830
β Type of change
π Description
Original behaviour
Runtime config properties with object type cannot be replaced by matching env variables.
Updated behaviour
Runtime config with object properties can be replaced by matching env variables.
π Checklist