microsoft / rnx-kit

Modern, scalable tools. Exceptional developer experience.
https://microsoft.github.io/rnx-kit/
MIT License
1.46k stars 94 forks source link

fix(cli): fix error when specifying port #3176

Closed tido64 closed 1 month ago

tido64 commented 1 month ago

Description

Fix error when specifying port.

Resolves #3175.

Test plan

cd packages/test-app
yarn build --dependencies
yarn start --port 8082

Metro server should successfully start.