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
Setting up a route that maps to a folder of static files.
What is the feature you are proposing to solve the problem?
Even though platform has HttpServerResponse.file, it serves a single file. It would be nice to have a middleware similar to Express' serve-static that does that.
What is the problem this feature would solve?
Setting up a route that maps to a folder of static files.
What is the feature you are proposing to solve the problem?
Even though platform has
HttpServerResponse.file
, it serves a single file. It would be nice to have a middleware similar to Express' serve-static that does that.What alternatives have you considered?
The text was updated successfully, but these errors were encountered: