-
Notifications
You must be signed in to change notification settings - Fork 48
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
created serve-static middleware for node #5
Conversation
And, please write the tests for Serve Static middleware. If there is no test, we will not accept the PR. |
I have written the tests and fixed the import from hono. Please review the PR. Thanks! |
Also should I update honojs.dev for this middleware? |
Hi @that-ambuj ! Nice! I've commented on some points, please fix these.
You don't have to do it now. |
Changes have been made! |
Two reviews are still pending. |
Should I make more changes? |
Nothing! All done! |
Thanks a lot for letting me work on this! |
It is the serve-static implementation as requested in issue #3. there are no major changes. I have exported both serve and serveStatic from index.ts.