Similar to Nuxt 3's app.config feature (nuxt/nuxt#14670), nitro could support app.config as well. Benefit over runtime config is that it can be extended per-request from any source (not just environment variables). It also benefits Nuxt for consistent support for app.config (Nuxt might use namespacing for server)
Similar to Nuxt 3's
app.configfeature (nuxt/nuxt#14670), nitro could support app.config as well. Benefit over runtime config is that it can be extended per-request from any source (not just environment variables). It also benefits Nuxt for consistent support forapp.config(Nuxt might use namespacing for server)