Open misterybodon opened 4 years ago
Hey @misterybodon You can achieve this (I have observed an issue with code, but you can make it work -Kindaa Hacky)
Assuming that you're running live-server with a json config or a .js file (see README)
@chaitanyak59 this is perfect, thank you! For anyone else who finds this thread, you can achieve the same thing with the CLI via the --verbose
flag:
live-server --verbose
When starting live server the ip is a loop back, it's not an address I can access using another device on the same network.
Is there any way to achieve this?