Edit gitignore file
This commit is contained in:
4
frontend/style/node_modules/next/dist/server/render-result.d.ts
generated
vendored
4
frontend/style/node_modules/next/dist/server/render-result.d.ts
generated
vendored
@@ -1,7 +1,7 @@
|
||||
/// <reference types="node" />
|
||||
import type { OutgoingHttpHeaders, ServerResponse } from 'http';
|
||||
import type { Revalidate } from 'next/dist/server/lib/revalidate';
|
||||
import type { FetchMetrics } from 'next/dist/server/base-http';
|
||||
import type { Revalidate } from './lib/revalidate';
|
||||
import type { FetchMetrics } from './base-http';
|
||||
type ContentTypeOption = string | undefined;
|
||||
export type AppPageRenderResultMetadata = {
|
||||
flightData?: string;
|
||||
|
||||
Reference in New Issue
Block a user