Skip to content

Commit e7f6fef

Browse files
authored
Update 12-cli.md (#1297)
1 parent 08ebcb5 commit e7f6fef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/docs/12-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Starts a development server. It accepts the following options:
1616

1717
- `-p`/`--port` — which port to start the server on
1818
- `-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
2020
- `-H`/`--https` — launch an HTTPS server using a self-signed certificate. Useful for testing HTTPS-only features on an external device
2121

2222
### svelte-kit build

0 commit comments

Comments
 (0)