@nx/storybook:storybook
16.5.3 overrides networkAddress
with localhost
.
#18376
Labels
@nx/storybook:storybook
16.5.3 overrides networkAddress
with localhost
.
#18376
docs: https://nx.dev/packages/storybook/executors/storybook#host
Current Behavior
Expected Behavior
GitHub Repo
No response
Steps to Reproduce
Config:
Problem:
The @nx/storybook
host
configuration is probably set to"localhost"
by default.Solution:
If host is not set, the storybook uses the
inet
address of the computer on the local network.So, we should probably remove
"host": "localhost"
from@nx/storybook:storybook
defaults.Show expected host address:
ifconfig | grep "inet" | grep -v 127.0.0.1
.Nx Report
Failure Logs
No response
Operating System
Additional Information
No response
The text was updated successfully, but these errors were encountered: