Server started http://localhost:3000, is there any way to have a network address / External link like "On Your Network: http://192.168.31.51:3000" !?
We do have " LiveReload started on port 35729" which works with '127.0.0.1:35729 and 192.168.31.51:35729' if we put 'livereload: true' but it's just an API call not same as "http://localhost:3000".
'127.0.0.1:35729 and 192.168.31.51:35729' shows "tinylr Welcome, version "1.1.1" ".
Server started http://localhost:3000, is there any way to have a network address / External link like "On Your Network: http://192.168.31.51:3000" !? We do have " LiveReload started on port 35729" which works with '127.0.0.1:35729 and 192.168.31.51:35729' if we put 'livereload: true' but it's just an API call not same as "http://localhost:3000". '127.0.0.1:35729 and 192.168.31.51:35729' shows "tinylr Welcome, version "1.1.1" ".
How can we have/config a Network address as well as the local address !? Like the package 'https://www.npmjs.com/package/serve' https://stage.adherence.dev/screenshot.png
Into 'connect.server({ )}'
Please have a look & let us know.