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

@ -6,7 +6,7 @@ import { Effect, Context } from "effect"
import type * as PlatformError from "effect/PlatformError"
import type * as Scope from "effect/Scope"
import { ChildProcess, ChildProcessSpawner } from "effect/unstable/process"
import type { Config } from "../../src/config/config"
import type { Config } from "../../src/config"
import { InstanceRef } from "../../src/effect/instance-ref"
import { Instance } from "../../src/project/instance"
import { TestLLMServer } from "../lib/llm-server"