Issue with Runtime Scope Not Closing When Using `runtime.runPromise`

am i setting up my runtime incorrectly? I'm running the runtime with const result = await runtime.runPromise(seed()) but it's not closing the scope when running the script

But if i just manually provide the layers and use Effect.runPromise it closes after executing the script
image.png
Was this page helpful?