diff --git a/bin/dev b/bin/dev index 3b0257b2678..d9a1f3f6797 100755 --- a/bin/dev +++ b/bin/dev @@ -1,7 +1,9 @@ #!/usr/bin/env bash if command -v overmind &> /dev/null; then - overmind start -f Procfile.dev + # Start Procfile.dev and do not generate a $PORT env var, as this overrides our $FE_PORT, as the new version of + # `ng serve` seems to pick the $ENV var over the CLI arg, which causes the FE to fail to start on the expected port. + overmind start -f Procfile.dev -N elif command -v foreman &> /dev/null; then foreman start -f Procfile.dev else