Skip to content

Conversation

@selemondev
Copy link
Contributor

@selemondev selemondev commented Oct 22, 2024

πŸ”— Linked issue

Resolves nuxt/nuxt#29603

❓ Type of change

  • πŸ“– Documentation (updates to the documentation or readme)
  • 🐞 Bug fix (a non-breaking change that fixes an issue)
  • πŸ‘Œ Enhancement (improving an existing functionality)
  • ✨ New feature (a non-breaking change that adds functionality)
  • 🧹 Chore (updates to the build process or auxiliary tools and libraries)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

πŸ“š Description

This pull request is intended to fix an issue whereby running the npx nuxi@latest info command doesn't list the necessary information to the console. This pull request intends on fixing that by adding an await keyword infront of the getNuxtConfig function.

@selemondev selemondev requested a review from danielroe as a code owner October 22, 2024 07:28
@danielroe danielroe changed the title fix: add await to resolve async function issue fix(info): await loading of nuxt config file Oct 22, 2024
Copy link
Member

@danielroe danielroe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! ❀️

@danielroe danielroe merged commit d6d2f1b into nuxt:main Oct 22, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Running npx nuxi@latest info is not returning complete information

2 participants