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
current version only able to serve file on root directory as the file separator in windows different with req.pathname
expected FILES mapping { "/img/logo.png": "public\\img\\logo.png'} actually { "/img\\logo.png": "public\\img\\logo.png'}
{ "/img/logo.png": "public\\img\\logo.png'}
{ "/img\\logo.png": "public\\img\\logo.png'}
The text was updated successfully, but these errors were encountered:
Ah, thanks! This has to do with tiny-glob but I'll try to look into it. /cc @terkelg
tiny-glob
Sorry, something went wrong.
Oh whoops, nevermind :) I'm on my phone, I'll review the PR within the hour. Thanks!!
Thanks @antonheryanto
Successfully merging a pull request may close this issue.
current version only able to serve file on root directory as the file separator in windows different with req.pathname
expected FILES mapping
{ "/img/logo.png": "public\\img\\logo.png'}
actually
{ "/img\\logo.png": "public\\img\\logo.png'}
The text was updated successfully, but these errors were encountered: