Edit gitignore file
This commit is contained in:
6
frontend/style/node_modules/next/dist/server/config.d.ts
generated
vendored
6
frontend/style/node_modules/next/dist/server/config.d.ts
generated
vendored
@@ -1,6 +1,6 @@
|
||||
import type { ExperimentalConfig, NextConfigComplete, NextConfig } from 'next/dist/server/config-shared';
|
||||
export { normalizeConfig } from 'next/dist/server/config-shared';
|
||||
export type { DomainLocale, NextConfig } from 'next/dist/server/config-shared';
|
||||
import type { ExperimentalConfig, NextConfigComplete, NextConfig } from './config-shared';
|
||||
export { normalizeConfig } from './config-shared';
|
||||
export type { DomainLocale, NextConfig } from './config-shared';
|
||||
export declare function warnOptionHasBeenDeprecated(config: NextConfig, nestedPropertyKey: string, reason: string, silent: boolean): void;
|
||||
export declare function warnOptionHasBeenMovedOutOfExperimental(config: NextConfig, oldKey: string, newKey: string, configFileName: string, silent: boolean): NextConfig;
|
||||
export default function loadConfig(phase: string, dir: string, { customConfig, rawConfig, silent, onLoadUserConfig, }?: {
|
||||
|
||||
Reference in New Issue
Block a user