avevlad / gulp-connect

Gulp plugin to run a webserver (with live reload)
https://npmjs.org/package/gulp-connect
MIT License
632 stars 113 forks source link

Network address alone with Local address. #282

Open paulrajib opened 2 years ago

paulrajib commented 2 years ago

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.