facebook / metro

🚇 The JavaScript bundler for React Native
https://metrobundler.dev
MIT License
5.24k stars 626 forks source link

Expose a way to change the host in config #1389

Open christianlime opened 6 days ago

christianlime commented 6 days ago

Do you want to request a feature or report a bug? Feature

What is the current behavior? I can only customize host with localhost, tunnel or lan

What is the expected behavior? I want to be able to provide an alias for localhost for local web development. I don't want to be limited to only use localhost:{port}. This would be similar to using server.host as vite does, or webpack does with devServer.host