Build smaller, faster, and more secure desktop and mobile applications with a web frontend.
fix(cli): resolve IP when dev URL host is unspecified, closes #13356 (#14115)
currently the `use_network_address_for_dev_url` function already detects Ipv4Addr::UNSPECIFIED to resolve the local IP address for mobile development when the dev URL host is 0.0.0.0, but we only call it when `--host` is provided or running on a physical device. This change detects the unspecified host early and force the resolution to run even for simulator builds
L
Lucas Fernandes Nogueira committed
b0012424c5f432debfa42ba145e2672966d5f6d5
Parent: 06d4a4e
Committed by GitHub <noreply@github.com>
on 10/6/2025, 4:11:48 PM