Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking β€œSign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(info): await loading of nuxt config file #528

Merged
merged 4 commits into from
Oct 22, 2024

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.

Sorry, something went wrong.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
@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