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

createOpenApiNuxtHandler should also export createOpenApiNitroHandler #422

Open
sannajammeh opened this issue Nov 8, 2023 · 0 comments
Open

Comments

@sannajammeh
Copy link

Nitro is the underlying engine behind Nuxt. Nitro can be used standalone as well. Consider having these exports for compatibility and to avoid developer confusion:

export const createOpenApiNuxtHandler = ...;
export const createOpenApiNitroHandler = createOpenApiNuxtHandler;

For developers working on a nitro only codebase, having Nuxt in the code is a little confusing when there is no Nuxt dependency.

Happy to make a pr! :)

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

No branches or pull requests

1 participant