feat: unwrap Config namespace to flat exports + barrel (#22689)
This commit is contained in:
parent
0fb0135e51
commit
bbdbc107ae
54 changed files with 1074 additions and 1094 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue