nuxt / cli

⚡️ Nuxt Generation CLI Experience.
https://github.com/nuxt/cli/discussions/3
MIT License
270 stars 65 forks source link

`nuxt analyze` should accept `--dotenv` flag like `nuxt build` #542

Open stefanprobst opened 3 weeks ago

stefanprobst commented 3 weeks ago

Environment

Reproduction

run nuxt analyze

Describe the bug

nuxt analyze does not accept a --dotenv flag (like nuxt build does).

it should pass this flag to the build command.

Additional context

No response

Logs

No response