docs: clarify nuxi start command usage (#23215)

This commit is contained in:
Petro Silenius 2023-09-14 15:01:19 +02:00 committed by GitHub
parent edbc471583
commit 2e0e237071
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
-------------------------|-----------------|------------------