You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tell the server to connect to a specific port with the following:
57
+
58
+
```console
59
+
npx webpack serve --open-target --port 9000
60
+
```
61
+
62
+
#### What Should Happen
63
+
64
+
1. The script should open `http://localhost:9000/` in your default browser.
65
+
2. You should see the text on the page itself change to read `Success!`.
66
+
54
67
### auto
55
68
56
69
Specifying `auto` as `port` will try to connect the server to the default port `8080` and if not available it will automatically search for another free port.
0 commit comments