Home

Issue: 1794

nuxt start doesn't seem to respect HOST environmental variable

[issue link]

Basically, I do HOST=0.0.0.0 npm run start, expecting to get the app running at 0.0.0.0:3000. Nevertheless, weirdly enough, what I get is OPEN http://localhost:3000. Nuxt version I use is nuxt@1.0.0-rc11. What can I do to force Nuxt to listen to four zeroes?

This question is available on Nuxt.js community (#c1609)