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
Weave can serve static content, but it will not list the contents of some directory currently (instead, it looks for index.html if you request a directory and serves that, or fails if not found).
Adding the option to provide a directory listing would make weave useful in quickly sharing a bunch of content from your machine.
The main thing to think about here is how to add options specific to routes, especially as a bunch of potential features need them.
The text was updated successfully, but these errors were encountered:
Weave can serve static content, but it will not list the contents of some directory currently (instead, it looks for index.html if you request a directory and serves that, or fails if not found).
Adding the option to provide a directory listing would make weave useful in quickly sharing a bunch of content from your machine.
The main thing to think about here is how to add options specific to routes, especially as a bunch of potential features need them.
The text was updated successfully, but these errors were encountered: