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
parent 5853ca2a79
commit b5f4d032fb
54 changed files with 1105 additions and 1125 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import type { Config } from "@/config/config"
import type { Config } from "@/config"
import type { Provider } from "@/provider/provider"
import { ProviderTransform } from "@/provider/transform"
import type { MessageV2 } from "./message-v2"