Underscore in runtimeConfig not loading env var
My nuxt config has effectively the following
runtimeConfig: { foo_bar: '' }
which should allow me to set via env vars using NUXT_FOO__BAR="baz"
but it is not being loaded.0 Replies