diff options
Diffstat (limited to 'docs/reference/cli-reference.md')
-rw-r--r-- | docs/reference/cli-reference.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/reference/cli-reference.md b/docs/reference/cli-reference.md index b0b16c524..f8aeab7bf 100644 --- a/docs/reference/cli-reference.md +++ b/docs/reference/cli-reference.md @@ -7,7 +7,7 @@ title: CLI Reference ### `astro dev` -Runs the Astro development server. This starts an HTTP server that responds to requests for pages stored in `src/pages` (or which folder is specified in your [configuration](../README.md##%EF%B8%8F-configuration)). +Runs the Astro development server. This starts an HTTP server that responds to requests for pages stored in `src/pages` (or which folder is specified in your [configuration](/reference/configuration-reference)). See the [dev server](./dev.md) docs for more information on how the dev server works. @@ -21,6 +21,7 @@ Specifies should port to run on. Defaults to `3000`. Builds your site for production. + ## Global Flags ### `--config path` |