feat: unwrap Config namespace to flat exports + barrel (#22689)

This commit is contained in:
Kit Langton 2026-04-15 21:26:24 -04:00 committed by GitHub
commit bbdbc107ae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
54 changed files with 1074 additions and 1094 deletions

View file

@ -5,7 +5,7 @@ import path from "path"
import { ConfigProvider, Deferred, Effect, Layer, ManagedRuntime, Option } from "effect"
import { tmpdir } from "../fixture/fixture"
import { Bus } from "../../src/bus"
import { Config } from "../../src/config/config"
import { Config } from "../../src/config"
import { FileWatcher } from "../../src/file/watcher"
import { Git } from "../../src/git"
import { Instance } from "../../src/project/instance"