Previously when the port number was bumped up (eg `3001`) in our dev suite, HMR wouldn't work because it couldn't reliably read the new used port and it would default to `3000`. This assigns it properly to the env var and fixes that issues so HMR in our dev suite works on other ports too. Testing steps: - Have a local instance of dev suite running already on port 3000 - New repo run dev, it will bump to `3001` - Make any config change and you will see that HMR does not work without this fix
4.3 KiB
4.3 KiB