docs: mention `listhen` options on nuxi dev page (#23415)

This commit is contained in:
Toni Engelhardt 2023-09-26 14:53:07 +01:00 committed by GitHub
parent 5abd8a231f
commit fb26a160f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,8 @@ Option | Default | Description
The port and host can also be set via NUXT_PORT, PORT, NUXT_HOST or HOST environment variables.
Additionally to the above options, `nuxi` can pass options through to `listhen`, e.g. `--no-qr` to turn off the dev server QR code. You can find the list of `listhen` options in the [unjs/listhen](https://github.com/unjs/listhen) docs.
This command sets `process.env.NODE_ENV` to `development`.
::alert{type="info"}