feat: unwrap effect namespaces to flat exports + barrel (#22745)
This commit is contained in:
parent
581d5208ca
commit
d4cfbd020d
16 changed files with 318 additions and 321 deletions
|
|
@ -15,7 +15,7 @@ import type { SystemError } from "bun"
|
|||
import type { Provider } from "@/provider"
|
||||
import { ModelID, ProviderID } from "@/provider/schema"
|
||||
import { Effect } from "effect"
|
||||
import { EffectLogger } from "@/effect/logger"
|
||||
import { EffectLogger } from "@/effect"
|
||||
|
||||
/** Error shape thrown by Bun's fetch() when gzip/br decompression fails mid-stream */
|
||||
interface FetchDecompressionError extends Error {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue