vanilla-es6-jspm
vanilla-es6-jspm copied to clipboard
How to override ip address for serve task?
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?