Skip to content

commands ref: update ember serve help text #310

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions guides/advanced-use/cli-commands-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -709,16 +709,16 @@ Builds and serves your app, rebuilding on file changes.
ember serve <options...>
Builds and serves your app, rebuilding on file changes.
aliases: server, s
--port (Number) (Default: 4200) To use a port different
than 4200. Pass 0 to automatically pick an available
port.
--port (Number) (Default: 4200) Overrides $PORT. If the
port 0 or the default port 4200 is passed, ember will use
any available port starting from 4200.
aliases: -p <value>
--host (String) Listens on all interfaces by default
aliases: -H <value>
--proxy (String)
aliases: -pr <value>, -pxy <value>
--proxy-in-timeout (Number) (Default: 120000) When
using --proxy: timeout (in ms) for incoming requests
using --proxy: timeout (in ms) for incoming requests
aliases: -pit <value>
--proxy-out-timeout (Number) (Default: 0) When using
--proxy: timeout (in ms) for outgoing requests
Expand All @@ -743,8 +743,8 @@ ember serve <options...>
--live-reload-prefix (String) (Default: _lr)
Default to _lr
aliases: --lrprefix <value>
--environment (String) (Default: development) P
ossible values are "development", "production", and "test".
--environment (String) (Default: development) Possible values
are "development", "production", and "test".
aliases: -e <value>, -dev (--environment=development),
-prod (--environment=production)
--output-path (Path) (Default: dist/)
Expand Down