Edit gitignore file
This commit is contained in:
8
frontend/style/node_modules/next/dist/server/lib/render-server.d.ts
generated
vendored
8
frontend/style/node_modules/next/dist/server/lib/render-server.d.ts
generated
vendored
@@ -1,7 +1,7 @@
|
||||
import type { NextServer, RequestHandler } from 'next/dist/server/next';
|
||||
import type { DevBundlerService } from 'next/dist/server/lib/dev-bundler-service';
|
||||
import type { PropagateToWorkersField } from 'next/dist/server/lib/router-utils/types';
|
||||
import type { Span } from 'next/dist/trace';
|
||||
import type { NextServer, RequestHandler } from '../next';
|
||||
import type { DevBundlerService } from './dev-bundler-service';
|
||||
import type { PropagateToWorkersField } from './router-utils/types';
|
||||
import type { Span } from '../../trace';
|
||||
export declare function clearAllModuleContexts(): Promise<void> | undefined;
|
||||
export declare function clearModuleContext(target: string): Promise<void> | undefined;
|
||||
export declare function deleteAppClientCache(): void | undefined;
|
||||
|
||||
Reference in New Issue
Block a user