refactor(core): remove domain layer exports (#34625)

This commit is contained in:
James Long 2026-06-30 13:05:15 -04:00 committed by GitHub
commit 5a23bdcb69
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
38 changed files with 81 additions and 153 deletions

View file

@ -72,7 +72,7 @@ interface Pending {
* layer once per embedded Location so replies cannot settle another Location's
* deferred request.
*/
export const layer = Layer.effect(
const layer = Layer.effect(
Service,
Effect.gen(function* () {
const events = yield* EventV2.Service