mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 22:25:12 +00:00
fix: use correct server config in nuxt dev
This commit is contained in:
parent
3b4b8640b8
commit
c55f213743
@ -92,7 +92,7 @@ function startDev(oldInstance) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Get latest environment variables
|
// Get latest environment variables
|
||||||
const { port, host } = options.server
|
const { port, host } = nuxt.options.server
|
||||||
|
|
||||||
return (
|
return (
|
||||||
Promise.resolve()
|
Promise.resolve()
|
||||||
|
Loading…
Reference in New Issue
Block a user