summaryrefslogtreecommitdiff
path: root/docs/cli.md
diff options
context:
space:
mode:
authorGravatar Matthew Phillips <matthew@matthewphillips.info> 2021-04-26 16:42:11 -0400
committerGravatar GitHub <noreply@github.com> 2021-04-26 16:42:11 -0400
commit0ea4a986e207238bf0ac1db841b2a5d5b567d84d (patch)
tree17246b70fd1ab907887bea778790c2f150485c2a /docs/cli.md
parent87af0aead8db809ffea402cfc3619de8190c6c16 (diff)
downloadastro-0ea4a986e207238bf0ac1db841b2a5d5b567d84d.tar.gz
astro-0ea4a986e207238bf0ac1db841b2a5d5b567d84d.tar.zst
astro-0ea4a986e207238bf0ac1db841b2a5d5b567d84d.zip
Support 500 pages in the dev server (#131)
* Support 500 pages * Document custom 400/500 pages * Remove search from any pages not the 500 page * fix(kitchen-sink): add snowpack.config.js * fix(examples): add snowpack.config.js * style: redesign built-in 500 page Co-authored-by: Nate Moore <nate@skypack.dev>
Diffstat (limited to 'docs/cli.md')
-rw-r--r--docs/cli.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/cli.md b/docs/cli.md
index c413323d5..67f0ae631 100644
--- a/docs/cli.md
+++ b/docs/cli.md
@@ -34,6 +34,8 @@ Print the help message and exit.
Runs the Astro development server. This starts an HTTP server that responds to requests for pages stored in `astro/pages` (or which folder is specified in your [configuration](../README.md##%EF%B8%8F-configuration)).
+See the [dev server](./dev.md) docs for more information on how the dev server works.
+
__Flags__
##### `--port`