Looking for Static File Serving Middleware in @effect/platform
hello, folks! This weekend I tried to setup a statics route in my app but noticed that there is not a native middleware in @effect/platform for that yet. I see there's
HttpServerResponse.file
HttpServerResponse.file
but it's not what I'm looking for, I want something similar to Express'
serve-static
serve-static
. Is there something similar to that in platform? I'll give more details for what I did in the thread