Closed sn0rcha closed 6 years ago
Hey There,
Thanks for the module!
How do I get it to listen on any IP (eg 192.168.x.x)? - I can't seem to change it from only serving on 127.0.0.1:8000 for "npm start"?
Cheers, Ben
Hello there! 🖖
You can use laravel-nuxt dev --hostname=192.168.x.x. In order to see all of the options, type laravel-nuxt dev -h or laravel-nuxt build -h.
laravel-nuxt dev --hostname=192.168.x.x
laravel-nuxt dev -h
laravel-nuxt build -h
Regards!
Hey There,
Thanks for the module!
How do I get it to listen on any IP (eg 192.168.x.x)? - I can't seem to change it from only serving on 127.0.0.1:8000 for "npm start"?
Cheers, Ben