You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug #529 Honor --public flag given to 'yarn run dev-server ...' (lyrixx, Lyrkan)
This PR was merged into the master branch.
Discussion
----------
Honor --public flag given to 'yarn run dev-server ...'
I'm using docker (one container for the front, another one for webpack)
and I had to do this PR to make it work.
For reference, this is the command I (docker actually) executed
```
yarn run dev-server --host 0.0.0.0 --port 9999 --hot --public https://example.com:443 --disable-host-check
```
Commits
-------
5fb19de Update lib/config/parse-runtime.js
4275ff0 Honor --public flag given to 'yarn run dev-server ...'
0 commit comments