403Webshell
Server IP : 159.203.156.69  /  Your IP : 216.73.217.172
Web Server : nginx/1.24.0
System : Linux main-ubuntu 6.8.0-71-generic #71-Ubuntu SMP PREEMPT_DYNAMIC Tue Jul 22 16:52:38 UTC 2025 x86_64
User : root ( 0)
PHP Version : 8.3.6
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /var/www/tanviranik.com/node_modules/next/dist/diagnostics/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/tanviranik.com/node_modules/next/dist/diagnostics/build-diagnostics.d.ts
import type { ExportAppResult } from '../export/types';
interface BuildDiagnostics {
    buildStage?: string;
    buildOptions?: Record<string, string>;
}
/**
 * Saves the exact version of Next.js that was used to build the app to a diagnostics file.
 */
export declare function recordFrameworkVersion(version: string): Promise<void>;
/**
 * Saves build diagnostics information to a file. This method can be called
 * multiple times during a build to save additional information that can help
 * debug a build such as what stage the build was in when a failure happened.
 * Each time this method is called, the new information will be merged with any
 * existing build diagnostics that previously existed.
 */
export declare function updateBuildDiagnostics(diagnostics: BuildDiagnostics): Promise<void>;
/**
 * Writes fetch metrics collected during static generation to a file.
 */
export declare function recordFetchMetrics(exportResult: ExportAppResult): Promise<void>;
interface IncrementalBuildDiagnostics {
    changedAppPaths?: string[];
    unchangedAppPaths?: string[];
    changedPagePaths?: string[];
    unchangedPagePaths?: string[];
    changedDependencies?: Record<string, string>;
    shuttleGitSha?: string;
    currentGitSha?: string;
}
/**
 * Writes incremental build metrics to a file.
 */
export declare function updateIncrementalBuildMetrics(diagnostics: IncrementalBuildDiagnostics): Promise<void>;
export {};

Youez - 2016 - github.com/yon3zu
LinuXploit