export type BunfigConfig = {
    test?: {
        preload?: string[];
    };
};
