Using scoping and handling errors in `HttpApiBuilder.serve`
Hey there, how does one provide a scope when using Layers? I am using the
HttpApiBuilder.serve function and it seems to only work with layers. I am stuck on adding the Effect.scoped . I also need a way to deal with errors and I can't just use Effect.catchTag. I have been able to provide some layers with Layer.provide but I am stuck on the handling of errors and scoping. Please help.