We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Starting with https://github.com/nuxt-hub/starter and adding nuxt content.
When I add
nitro: { experimental: { // Enable Server API documentation within NuxtHub openAPI: true } },
to nuxt.config, it gives me the error
RollupError: virtual:#nitro-internal-virtual/server-handlers-meta (32:7): Identifier "_vtEFC3Meta" has already been declared 30: import _P2WQbkMeta from "/Users/pmcp/Documents/GitHub/kdm/node_modules/.pnpm/@[email protected][email protected]_magica... 31: import _vtEFC3Meta from "/Users/pmcp/Documents/GitHub/kdm/node_modules/.pnpm/@[email protected][email protected]_magic... 32: import _vtEFC3Meta from "/Users/pmcp/Documents/GitHub/kdm/node_modules/.pnpm/@[email protected][email protected]_magic... ^ 33: import _vtEFC3Meta from "/Users/pmcp/Documents/GitHub/kdm/node_modules/.pnpm/@[email protected][email protected]_magic... 34: import _qfWoImMeta from "/Users/pmcp/Documents/GitHub/kdm/node_modules/.pnpm/@[email protected][email protected]_magic...
This experimental feature is included in the nuxthub starter, it seems to only break if nuxt content is added.
Combining Nuxt Content and openAPI: true seems to be the issue (for me).
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environment
Reproduction
Starting with https://github.com/nuxt-hub/starter and adding nuxt content.
Describe the bug
When I add
to nuxt.config, it gives me the error
This experimental feature is included in the nuxthub starter, it seems to only break if nuxt content is added.
Combining Nuxt Content and openAPI: true seems to be the issue (for me).
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: