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?