Edit gitignore file
This commit is contained in:
10
frontend/style/node_modules/next/dist/server/load-components.d.ts
generated
vendored
10
frontend/style/node_modules/next/dist/server/load-components.d.ts
generated
vendored
@@ -1,9 +1,9 @@
|
||||
import type { AppType, DocumentType, NextComponentType } from 'next/dist/shared/lib/utils';
|
||||
import type { ClientReferenceManifest } from 'next/dist/build/webpack/plugins/flight-manifest-plugin';
|
||||
import type { AppType, DocumentType, NextComponentType } from '../shared/lib/utils';
|
||||
import type { ClientReferenceManifest } from '../build/webpack/plugins/flight-manifest-plugin';
|
||||
import type { PageConfig, GetStaticPaths, GetServerSideProps, GetStaticProps } from 'next/types';
|
||||
import type { RouteModule } from 'next/dist/server/future/route-modules/route-module';
|
||||
import type { BuildManifest } from 'next/dist/server/get-page-files';
|
||||
import type { DeepReadonly } from 'next/dist/shared/lib/deep-readonly';
|
||||
import type { RouteModule } from './future/route-modules/route-module';
|
||||
import type { BuildManifest } from './get-page-files';
|
||||
import type { DeepReadonly } from '../shared/lib/deep-readonly';
|
||||
export type ManifestItem = {
|
||||
id: number | string;
|
||||
files: string[];
|
||||
|
||||
Reference in New Issue
Block a user