feat: unwrap config namespaces to flat exports + barrel (#22746)

This commit is contained in:
Kit Langton
2026-04-15 23:29:14 -04:00
committed by GitHub
parent d4cfbd020d
commit 1ca257e356
30 changed files with 459 additions and 462 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import { intro, log, outro, spinner } from "@clack/prompts"
import type { Argv } from "yargs"
import { ConfigPaths } from "../../config/paths"
import { ConfigPaths } from "../../config"
import { Global } from "../../global"
import { installPlugin, patchPluginConfig, readPluginManifest } from "../../plugin/install"
import { resolvePluginTarget } from "../../plugin/shared"