Skip to content

Instantly share code, notes, and snippets.

@gocs
Created April 1, 2023 08:52
Show Gist options
  • Save gocs/0da4055852616f7a8006e20e281dc7c4 to your computer and use it in GitHub Desktop.
Save gocs/0da4055852616f7a8006e20e281dc7c4 to your computer and use it in GitHub Desktop.
get host automatically
ng serve --host $(hostname -I | cut -f1 -d' ')
@gocs
Copy link
Author

gocs commented Apr 1, 2023

when windows can't reach wsl 2 localhost

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment