mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +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
|
||||
const { port, host } = options.server
|
||||
const { port, host } = nuxt.options.server
|
||||
|
||||
return (
|
||||
Promise.resolve()
|
||||
|
Loading…
Reference in New Issue
Block a user