feat: unwrap effect namespaces to flat exports + barrel (#22745)

This commit is contained in:
Kit Langton
2026-04-15 23:29:12 -04:00
committed by GitHub
parent cde3ff010c
commit 138d37a87d
16 changed files with 322 additions and 325 deletions
@@ -10,7 +10,7 @@ import { File } from "@/file"
import { Vcs } from "@/project"
import { Snapshot } from "@/snapshot"
import { Bus } from "@/bus"
import { Observability } from "./observability"
import { Observability } from "."
export const BootstrapLayer = Layer.mergeAll(
Plugin.defaultLayer,