refactor: remove remaining default layer aliases (#34660)

This commit is contained in:
James Long
2026-06-30 13:17:34 -04:00
committed by GitHub
parent bc692a6ecf
commit 66a19062bd
6 changed files with 8 additions and 10 deletions
-2
View File
@@ -189,6 +189,4 @@ export const layer = Layer.effect(
}),
)
export const defaultLayer = layer
export * as Daemon from "./daemon"