Preventing Layer Recreation on Every Request in Hono with Effect
I'm using hono with effect, is there a way to prevent the layers from being recreated on every single request and instead be created when the server starts and be reused on every request?