diff --git a/docs/3.api/4.commands/build.md b/docs/3.api/4.commands/build.md index 2ff30e32d8..ba561ba5f7 100644 --- a/docs/3.api/4.commands/build.md +++ b/docs/3.api/4.commands/build.md @@ -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`.