/home/techb158/balavpn.abdallabala.com/node_modules/next/dist/telemetry/events
NameSizeModeActions
build.d.ts47900666editdlrm
build.js49660666editdlrm
build.js.map107510666editdlrm
error-feedback.d.ts4590666editdlrm
error-feedback.js7360666editdlrm
error-feedback.js.map8990666editdlrm
index.d.ts790666editdlrm
index.js7260666editdlrm
index.js.map2310666editdlrm
plugins.d.ts2350666editdlrm
plugins.js14600666editdlrm
plugins.js.map21540666editdlrm
session-stopped.d.ts4550666editdlrm
session-stopped.js10370666editdlrm
session-stopped.js.map20620666editdlrm
swc-load-failure.d.ts4520666editdlrm
swc-load-failure.js19400666editdlrm
swc-load-failure.js.map35170666editdlrm
swc-plugins.d.ts3130666editdlrm
swc-plugins.js20380666editdlrm
swc-plugins.js.map26480666editdlrm
version.d.ts21010666editdlrm
version.js50540666editdlrm
version.js.map95300666editdlrm
Edit: /home/techb158/balavpn.abdallabala.com/node_modules/next/dist/telemetry/events/version.d.ts (2101B)
import type { NextConfigComplete } from '../../server/config-shared'; type EventCliSessionStarted = { nextVersion: string; nodeVersion: string; cliCommand: string; isSrcDir: boolean | null; hasNowJson: boolean; isCustomServer: boolean | null; hasNextConfig: boolean; buildTarget: string; hasWebpackConfig: boolean; hasBabelConfig: boolean; basePathEnabled: boolean; i18nEnabled: boolean; imageEnabled: boolean; imageFutureEnabled: boolean; locales: string | null; localeDomainsCount: number | null; localeDetectionEnabled: boolean | null; imageDomainsCount: number | null; imageRemotePatternsCount: number | null; imageLocalPatternsCount: number | null; imageQualities: string | null; imageSizes: string | null; imageLoader: string | null; imageFormats: string | null; nextConfigOutput: string | null; trailingSlashEnabled: boolean; reactStrictMode: boolean; webpackVersion: number | null; turboFlag: boolean; isRspack: boolean; appDir: boolean | null; pagesDir: boolean | null; staticStaleTime: number | null; dynamicStaleTime: number | null; reactCompiler: boolean; reactCompilerCompilationMode: string | null; reactCompilerPanicThreshold: string | null; }; export declare function eventCliSession(dir: string, nextConfig: NextConfigComplete, event: Omit): { eventName: string; payload: EventCliSessionStarted; }[]; export {};