nitrojs / nitro

Next Generation Server Toolkit. Create web servers with everything you need and deploy them wherever you prefer.
https://nitro.build
MIT License
6.16k stars 507 forks source link

fix: ensure legacy runtime config types are populated #2724

Closed danielroe closed 1 month ago

danielroe commented 1 month ago

๐Ÿ”— Linked issue

โ“ Type of change

๐Ÿ“š Description

Context: https://github.com/nuxt/nuxt/pull/28924, https://github.com/nuxt/ecosystem-ci/actions/runs/10799722624.

Currently changes to NitroRuntimeConfig and NitroRuntimeConfigApp are breaking for users/modules consuming nitropack.

This ensures types imported from nitropack aren't breaking.

๐Ÿ“ Checklist