mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
Improve quiet documentation (#1085)
This commit is contained in:
parent
f93bacfaba
commit
4fd2ca2598
|
@ -443,7 +443,7 @@ The `next` API is as follows:
|
|||
Supported options:
|
||||
- `dev` (`bool`) whether to launch Next.js in dev mode - default `false`
|
||||
- `dir` (`string`) where the Next project is located - default `'.'`
|
||||
- `quiet` (`bool`) Display error messages with server information - default `false`
|
||||
- `quiet` (`bool`) Hide error messages containing server information - default `false`
|
||||
|
||||
### Custom `<Document>`
|
||||
|
||||
|
|
Loading…
Reference in a new issue