mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 13:45:18 +00:00
docs: clarify nuxi start command usage (#23215)
This commit is contained in:
parent
edbc471583
commit
2e0e237071
@ -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
|
||||
-------------------------|-----------------|------------------
|
||||
|
Loading…
Reference in New Issue
Block a user