Initial commit
This commit is contained in:
commit
78f8d225ee
21173 changed files with 2907774 additions and 0 deletions
12
node_modules/next/dist/server/lib/app-info-log.d.ts
generated
vendored
Normal file
12
node_modules/next/dist/server/lib/app-info-log.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
import { type ConfiguredExperimentalFeature } from '../config';
|
||||
export declare function logStartInfo({ networkUrl, appUrl, envInfo, experimentalFeatures, maxExperimentalFeatures, }: {
|
||||
networkUrl: string | null;
|
||||
appUrl: string | null;
|
||||
envInfo?: string[];
|
||||
experimentalFeatures?: ConfiguredExperimentalFeature[];
|
||||
maxExperimentalFeatures?: number;
|
||||
}): void;
|
||||
export declare function getStartServerInfo(dir: string, dev: boolean): Promise<{
|
||||
envInfo?: string[];
|
||||
experimentalFeatures?: ConfiguredExperimentalFeature[];
|
||||
}>;
|
||||
Loading…
Add table
Add a link
Reference in a new issue