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 0fb0135e51
commit bbdbc107ae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
54 changed files with 1105 additions and 1125 deletions

View file

@ -1,7 +1,7 @@
#!/usr/bin/env bun
import { z } from "zod"
import { Config } from "../src/config/config"
import { Config } from "../src/config"
import { TuiConfig } from "../src/config/tui"
function generate(schema: z.ZodType) {