mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 05:35:13 +00:00
docs: add --log-level
description (#25211)
This commit is contained in:
parent
16256f3f30
commit
97db0fada7
@ -19,6 +19,7 @@ Option | Default | Description
|
||||
`rootDir` | `.` | The root directory of the application to bundle.
|
||||
`--prerender` | `false` | Pre-render every route of your application. (**note:** This is an experimental flag. The behavior might be changed.)
|
||||
`--dotenv` | `.` | Point to another `.env` file to load, **relative** to the root directory.
|
||||
`--log-level` | `info` | Specify build-time logging level, allowing `silent` \| `info` \| `verbose`.
|
||||
|
||||
::callout
|
||||
This command sets `process.env.NODE_ENV` to `production`.
|
||||
|
Loading…
Reference in New Issue
Block a user