'React dev server HOST environment variable

I'm making a front end using react.

I launch my app usingHOST=$myipv6variable npm start in my front end folder (not built yet). As I saw here: https://github.com/facebook/create-react-app/issues/11302

But this makes it so that ipv4 isn't working anymore, because it doesn't show up in hosts list. How do I add all IP addresses to HOST list?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source