refactor: migrate Effect call sites from Flock to EffectFlock (#22688)

This commit is contained in:
Kit Langton 2026-04-15 22:39:59 -04:00 committed by GitHub
commit 6c7e9f6f3a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 433 additions and 442 deletions

View file

@ -274,5 +274,5 @@ export namespace EffectFlock {
}),
)
export const live = layer.pipe(Layer.provide(AppFileSystem.defaultLayer))
export const defaultLayer = layer.pipe(Layer.provide(AppFileSystem.defaultLayer), Layer.provide(Global.layer))
}