nuxt / bridge

🌉 Experience Nuxt 3 features on existing Nuxt 2 projects
MIT License
273 stars 29 forks source link

fix: match signature for nitro/nuxt `useRuntimeConfig`composables #1230

Closed wattanx closed 3 months ago

wattanx commented 3 months ago

🔗 Linked issue

Fixes: https://github.com/nuxt/bridge/issues/1229

❓ Type of change

📚 Description

This is caused by a mismatch in the sigunature of useRuntimeConfig in Nitro and Nuxt. This is the same way as upstream. https://github.com/nuxt/nuxt/pull/25440

📝 Checklist