Files
bun.sh/src/bake.bind.ts
taylor.fish 07cd45deae Refactor Zig imports and file structure (part 1) (#21270)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-07-22 17:51:38 -07:00

10 lines
256 B
TypeScript

// import { t } from "bindgen";
// export const ReactFastRefresh = t.dictionary({
// importSource: t.UTF8String,
// });
// export const FrameworkConfig = t.dictionary({
// reactFastRefresh: t.oneOf(t.boolean, ReactFastRefresh).default(false),
// });