vanilla-es6-jspm icon indicating copy to clipboard operation
vanilla-es6-jspm copied to clipboard

How to override ip address for serve task?

Open karlkras opened this issue 7 years ago • 0 comments

So there are options for manipulating these:

--port: overrides the port of the server you'll launch --disable-watch: disables watching/reloading --open false: won't open the site in the browser

but I'm in need of an override for the host setting that the browser will be listening to (I'm on a cloud based IDE that requires 0.0.0.0 for ip for its local). I'm searching through the scripts but can't find an obvious area that can be edited/hooked to provide this (it's hardwired to 127.0.0.1 ?) Can you recommend a workaround for this?

karlkras avatar May 27 '17 20:05 karlkras