Issue with Runtime Scope Not Closing When Using `runtime.runPromise`
am i setting up my runtime incorrectly? I'm running the runtime with
But if i just manually provide the layers and use
const result = await runtime.runPromise(seed()) but it's not closing the scope when running the scriptBut if i just manually provide the layers and use
Effect.runPromise it closes after executing the script
