Edit gitignore file
This commit is contained in:
10
frontend/style/node_modules/next/dist/shared/lib/html-context.shared-runtime.d.ts
generated
vendored
10
frontend/style/node_modules/next/dist/shared/lib/html-context.shared-runtime.d.ts
generated
vendored
@@ -1,10 +1,10 @@
|
||||
/// <reference types="react" />
|
||||
import type { BuildManifest } from 'next/dist/server/get-page-files';
|
||||
import type { BuildManifest } from '../../server/get-page-files';
|
||||
import type { ServerRuntime } from 'next/types';
|
||||
import type { NEXT_DATA } from 'next/dist/shared/lib/utils';
|
||||
import type { FontConfig } from 'next/dist/server/font-utils';
|
||||
import type { NextFontManifest } from 'next/dist/build/webpack/plugins/next-font-manifest-plugin';
|
||||
import type { DeepReadonly } from 'next/dist/shared/lib/deep-readonly';
|
||||
import type { NEXT_DATA } from './utils';
|
||||
import type { FontConfig } from '../../server/font-utils';
|
||||
import type { NextFontManifest } from '../../build/webpack/plugins/next-font-manifest-plugin';
|
||||
import type { DeepReadonly } from './deep-readonly';
|
||||
export type HtmlProps = {
|
||||
__NEXT_DATA__: NEXT_DATA;
|
||||
strictNextHead: boolean;
|
||||
|
||||
Reference in New Issue
Block a user