-
-
Notifications
You must be signed in to change notification settings - Fork 28
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
18next-http-middleware in fastify #39
Labels
help wanted
Extra attention is needed
Comments
Hey! Haven't worked with fastify before, I need some time to get familiar with this and remember the changes in this merge. |
@fominua @Rafael-006, did you find a solution? I'm having typing issues in this same snippet.
|
@g7fernandes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🐛 Bug Report
I am using this middleware in fastify application with typescript.
When i do compilation using tsc for my application, the type definition of 18next-http-middleware in node_modules throws error as mentioned below,
Expected behavior
I've registered this middleware in fastify and typescript configuration are done which includes node_modules to the outDir.
When i run tsc, expected the compilation to run successfully and output the js files in outDir.
Your Environment
The text was updated successfully, but these errors were encountered: