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 138d37a87d
commit 0249f58509
30 changed files with 459 additions and 462 deletions
@@ -1,6 +1,6 @@
import { spyOn } from "bun:test"
import path from "path"
import { TuiConfig } from "../../src/config/tui"
import { TuiConfig } from "../../src/config"
type PluginSpec = string | [string, Record<string, unknown>]