Edit gitignore file
This commit is contained in:
8
frontend/style/node_modules/next/dist/server/request-meta.d.ts
generated
vendored
8
frontend/style/node_modules/next/dist/server/request-meta.d.ts
generated
vendored
@@ -4,10 +4,10 @@
|
||||
import type { IncomingMessage } from 'http';
|
||||
import type { ParsedUrlQuery } from 'querystring';
|
||||
import type { UrlWithParsedQuery } from 'url';
|
||||
import type { BaseNextRequest } from 'next/dist/server/base-http';
|
||||
import type { CloneableBody } from 'next/dist/server/body-streams';
|
||||
import type { RouteMatch } from 'next/dist/server/future/route-matches/route-match';
|
||||
import type { NEXT_RSC_UNION_QUERY } from 'next/dist/client/components/app-router-headers';
|
||||
import type { BaseNextRequest } from './base-http';
|
||||
import type { CloneableBody } from './body-streams';
|
||||
import type { RouteMatch } from './future/route-matches/route-match';
|
||||
import type { NEXT_RSC_UNION_QUERY } from '../client/components/app-router-headers';
|
||||
export declare const NEXT_REQUEST_META: unique symbol;
|
||||
export type NextIncomingMessage = (BaseNextRequest | IncomingMessage) & {
|
||||
[NEXT_REQUEST_META]?: RequestMeta;
|
||||
|
||||
Reference in New Issue
Block a user