KC's Workspace
    Preparing search index...
    ResolvedConfig: Overwrite<
        MarkPartial<
            Omit<
                UserConfig,
                | "workspace"
                | "fromVite"
                | "publicDir"
                | "silent"
                | "bundle"
                | "removeNodeProtocol"
                | "logLevel"
                | "failOnWarn"
                | "customLogger"
                | "envFile"
                | "envPrefix",
            >,
            | "globalName"
            | "inputOptions"
            | "outputOptions"
            | "minify"
            | "define"
            | "alias"
            | "external"
            | "onSuccess"
            | "outExtensions"
            | "hooks"
            | "copy"
            | "loader"
            | "name"
            | "banner"
            | "footer",
        >,
        {
            attw: false
            | AttwOptions;
            clean: string[];
            css: Required<CssOptions>;
            debug: false | DebugOptions;
            dts: false | Options;
            entry: Record<string, string>;
            exports: false | ExportsOptions;
            format: NormalizedFormat;
            ignoreWatch: (string | RegExp)[];
            inlineOnly?: (string | RegExp)[];
            logger: Logger;
            nameLabel: string | undefined;
            nodeProtocol: "strip" | boolean;
            noExternal?: NoExternalFn;
            pkg?: PackageJsonWithPath;
            publint: false | PublintOptions;
            report: false | ReportOptions;
            target?: string[];
            tsconfig: false | string;
            unused: false | Options;
        },
    >