nuxt / cli

โšก๏ธ Nuxt Generation CLI Experience.
https://github.com/nuxt/cli/discussions/3
MIT License
258 stars 60 forks source link

fix(dev): handle relative baseURL #468

Closed danielroe closed 3 weeks ago

danielroe commented 3 weeks ago

๐Ÿ”— Linked issue

related: https://github.com/nuxt/nuxt/issues/28474

โ“ Type of change

๐Ÿ“š Description

When passing a relative app.baseURL, this should not affect how the server is started. This applies the same fix in Nuxt runtimeConfig:

https://github.com/nuxt/nuxt/blob/d1c40328fe959f05ae77cc66311c40d5f151a109/packages/schema/src/config/nitro.ts#L18-L20