You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On top of that, it would be cool if I could intercept and modify file contents, which will only serve the modified file, and not apply changes to the real file. Something like modifyFileContent would sound cool!
@ryands17 I use hono w/ reejs + packit. Since packit is a code generator, I have configured it to read dir, get appropriate content type header and save the data as a json array to the final code. Then packit is configured to write a for loop on that array which registers route per file separately.
This is just a small & easy workaround.
just keep it normal, like dont serve index.html unless explicitly set to...
as of
@hono/[email protected]
, this code still doesnt work properly ...This above code doesnt seve files inside
.reejs
folder properly, servesindex.html
when didnt ask to, and neitherfile
option seems to work for me.While it sounds reasonable to have served index.html automatically, I would suggest making that opt-in.
Like:
would just do the job.
The text was updated successfully, but these errors were encountered: