Skip to content

Instantly share code, notes, and snippets.

@johnwalley
Created September 15, 2021 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnwalley/6b120b2c743e2d5269f7edcf2a0e7114 to your computer and use it in GitHub Desktop.
Save johnwalley/6b120b2c743e2d5269f7edcf2a0e7114 to your computer and use it in GitHub Desktop.
Open storybook port on wsl2
netsh interface portproxy add v4tov4 listenport=6006 listenaddress=0.0.0.0 connectport=6006 connectaddress=172.18.76.134
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment