From 2e0e2370713b069c14e66b849df51c41846618cc Mon Sep 17 00:00:00 2001 From: Petro Silenius Date: Thu, 14 Sep 2023 15:01:19 +0200 Subject: [PATCH] docs: clarify nuxi start command usage (#23215) --- docs/3.api/5.commands/preview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/3.api/5.commands/preview.md b/docs/3.api/5.commands/preview.md index bd674166c6..363cb66d83 100644 --- a/docs/3.api/5.commands/preview.md +++ b/docs/3.api/5.commands/preview.md @@ -9,7 +9,7 @@ description: The preview command starts a server to preview your application aft npx nuxi preview [rootDir] [--dotenv] ``` -The `preview` command starts a server to preview your Nuxt application after running the `build` command. +The `preview` command starts a server to preview your Nuxt application after running the `build` command. The `start` command is an alias for `preview`. When running your application in production refer to the [Deployment section](/docs/getting-started/deployment). Option | Default | Description -------------------------|-----------------|------------------