Doesn't bind to 0.0.0.0
[issue link]Hello. I am truying to run npm run dev --host 0.0.0.0 but receive an error
> No `pages` directory found. Did you mean to run `nuxt` in the parent (`../`) directory?
npm ERR! code ELIFECYCLE
npm ERR! errno 1
How to make nuxt dev server available on local network for testing?