vike
Version:
The Framework *You* Control - Next.js & Nuxt alternative for unprecedented flexibility and dependability.
6 lines (5 loc) • 320 B
TypeScript
export declare let logRuntimeError: LogError;
export declare let logRuntimeInfo: null | LogInfo;
export { overwriteRuntimeProductionLogger };
import type { LogError, LogInfo } from '../vite/shared/loggerNotProd.js';
declare function overwriteRuntimeProductionLogger(logError_: LogError, logInfo_: LogInfo | null): void;