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
Copy file name to clipboardExpand all lines: documentation/docs/12-cli.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Starts a development server. It accepts the following options:
16
16
17
17
-`-p`/`--port` — which port to start the server on
18
18
-`-o`/`--open` — open a browser tab once the server starts
19
-
-`-h`/`--host` — expose the server to the network. This will allow people using the same coffee shop WiFi as you to see files on your computer; use it with care
19
+
-`-h`/`--host` — expose the server to the network. This will allow people using the same coffee shop WiFi as you to see files on your computer due to an [issue in Vite](https://github.com/vitejs/vite/issues/2820); use it with care
20
20
-`-H`/`--https` — launch an HTTPS server using a self-signed certificate. Useful for testing HTTPS-only features on an external device
0 commit comments