docs: add --log-level description (#25211)

This commit is contained in:
kongmoumou 2024-01-16 01:17:56 +08:00 committed by GitHub
parent 16256f3f30
commit 97db0fada7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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