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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ Using `npx` you can run the script without installing it first:
47
47
|`-p` or `--port`|Port to use. Use `-p 0` to look for an open port, starting at 8080. It will also read from `process.env.PORT`. |8080 |
48
48
|`-a`|Address to use |0.0.0.0|
49
49
|`-d`|Show directory listings |`true`|
50
-
|`-i`|Address to use|0.0.0.0|
50
+
|`-i`| Display autoIndex|`true`|
51
51
|`-g` or `--gzip`|When enabled it will serve `./public/some-file.js.gz` in place of `./public/some-file.js` when a gzipped version of the file exists and the request accepts gzip encoding. If brotli is also enabled, it will try to serve brotli first.|`false`|
52
52
|`-b` or `--brotli`|When enabled it will serve `./public/some-file.js.br` in place of `./public/some-file.js` when a brotli compressed version of the file exists and the request accepts `br` encoding. If gzip is also enabled, it will try to serve brotli first. |`false`|
53
53
|`-e` or `--ext`|Default file extension if none supplied |`html`|
0 commit comments