Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(@angular-devkit/build-angular): `Internal server error: Invalid U…
…RL` when using a non localhost IP When using a non-localhost IP, Vite will correctly populate the `network` property of the `server.resolvedUrls` instead of `local`. Example: ``` ng server --host=127.0.0.2 { local: [], network: [ 'http://127.0.0.2:4200/' ] } ``` Closes #27327 (cherry picked from commit ee9ec23)
- Loading branch information