-
-
Notifications
You must be signed in to change notification settings - Fork 194
Feat: Nuxt 3 Adapter #292
Feat: Nuxt 3 Adapter #292
Conversation
Any ETA on this? Maybe it would help to add some Reviewers. |
I may be a little new at this, but I can't seem to add @jlalmes as a reviewer, am I missing something? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me - thanks for the PR @Bahnasawy
Available in |
Glad it's finally merged!! Awesome work on this library so far 👏👏 |
didnt work for me,
i tried calling POST /api/auth/token and /auth/token, getting 404 |
okay i followed the example for nuxt and it works, but ive to set a different context for openapi as nuxt h3 api uses:
vs openapi
also now trpc seems to require output declaration for zod validation, is this an openapi thing? |
No description provided.