fix: use correct server config in nuxt dev

This commit is contained in:
Clark Du 2018-08-13 16:34:01 +01:00
parent 3b4b8640b8
commit c55f213743

View File

@ -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()