/opt/canhelp/node_modules/next/dist/server/dev
NameSizeModeActions
browser-logs/-0755rm
dev-indicator-server-state.d.ts1480644editdlrm
dev-indicator-server-state.js3480644editdlrm
dev-indicator-server-state.js.map3800644editdlrm
get-source-map-from-file.d.ts1680644editdlrm
get-source-map-from-file.js34800644editdlrm
get-source-map-from-file.js.map42720644editdlrm
hot-middleware.d.ts18900644editdlrm
hot-middleware.js98410644editdlrm
hot-middleware.js.map147700644editdlrm
hot-reloader-turbopack.d.ts3670644editdlrm
hot-reloader-turbopack.js461030644editdlrm
hot-reloader-turbopack.js.map659160644editdlrm
hot-reloader-types.d.ts57210644editdlrm
hot-reloader-types.js15990644editdlrm
hot-reloader-types.js.map59160644editdlrm
hot-reloader-webpack.d.ts39370644editdlrm
hot-reloader-webpack.js680310644editdlrm
hot-reloader-webpack.js.map984230644editdlrm
log-requests.d.ts6370644editdlrm
log-requests.js49270644editdlrm
log-requests.js.map85610644editdlrm
messages.d.ts1200644editdlrm
messages.js3850644editdlrm
messages.js.map3080644editdlrm
middleware-turbopack.d.ts9290644editdlrm
middleware-turbopack.js166010644editdlrm
middleware-turbopack.js.map255300644editdlrm
middleware-webpack.d.ts23310644editdlrm
middleware-webpack.js205070644editdlrm
middleware-webpack.js.map330500644editdlrm
next-dev-server.d.ts59900644editdlrm
next-dev-server.js360410644editdlrm
next-dev-server.js.map574500644editdlrm
node-stack-frames.d.ts1540644editdlrm
node-stack-frames.js23270644editdlrm
node-stack-frames.js.map36040644editdlrm
on-demand-entry-handler.d.ts49640644editdlrm
on-demand-entry-handler.js310950644editdlrm
on-demand-entry-handler.js.map501480644editdlrm
parse-version-info.d.ts3290644editdlrm
parse-version-info.js36560644editdlrm
parse-version-info.js.map33670644editdlrm
require-cache.d.ts610644editdlrm
require-cache.js15670644editdlrm
require-cache.js.map20650644editdlrm
static-paths-worker.d.ts16940644editdlrm
static-paths-worker.js37520644editdlrm
static-paths-worker.js.map68640644editdlrm
turbopack-utils.d.ts56570644editdlrm
turbopack-utils.js314720644editdlrm
turbopack-utils.js.map475090644editdlrm
Edit: /opt/canhelp/node_modules/next/dist/server/dev/static-paths-worker.d.ts (1694B)
import type { NextConfigComplete } from '../config-shared'; import '../require-hook'; import '../node-environment'; import type { StaticPathsResult } from '../../build/static-paths/types'; import type { IncrementalCache } from '../lib/incremental-cache'; import { type ExperimentalPPRConfig } from '../lib/experimental/ppr'; type RuntimeConfig = { pprConfig: ExperimentalPPRConfig | undefined; configFileName: string; publicRuntimeConfig: { [key: string]: any; }; serverRuntimeConfig: { [key: string]: any; }; cacheComponents: boolean; }; export declare function loadStaticPaths({ dir, distDir, pathname, config, httpAgentOptions, locales, defaultLocale, isAppPath, page, isrFlushToDisk, fetchCacheKeyPrefix, maxMemoryCacheSize, requestHeaders, cacheHandler, cacheHandlers, cacheLifeProfiles, nextConfigOutput, buildId, authInterrupts, sriEnabled, }: { dir: string; distDir: string; pathname: string; config: RuntimeConfig; httpAgentOptions: NextConfigComplete['httpAgentOptions']; locales?: readonly string[]; defaultLocale?: string; isAppPath: boolean; page: string; isrFlushToDisk?: boolean; fetchCacheKeyPrefix?: string; maxMemoryCacheSize?: number; requestHeaders: IncrementalCache['requestHeaders']; cacheHandler?: string; cacheHandlers?: NextConfigComplete['experimental']['cacheHandlers']; cacheLifeProfiles?: { [profile: string]: import('../../server/use-cache/cache-life').CacheLife; }; nextConfigOutput: 'standalone' | 'export' | undefined; buildId: string; authInterrupts: boolean; sriEnabled: boolean; }): Promise; export {};