mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 10:58:56 +00:00
10 lines
256 B
TypeScript
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),
|
|
// });
|