Edit gitignore file
This commit is contained in:
8
frontend/style/node_modules/next/dist/server/image-optimizer.d.ts
generated
vendored
8
frontend/style/node_modules/next/dist/server/image-optimizer.d.ts
generated
vendored
@@ -3,10 +3,10 @@
|
||||
/// <reference types="node" />
|
||||
import type { IncomingMessage, ServerResponse } from 'http';
|
||||
import { type UrlWithParsedQuery } from 'url';
|
||||
import type { ImageConfigComplete } from 'next/dist/shared/lib/image-config';
|
||||
import type { NextConfigComplete } from 'next/dist/server/config-shared';
|
||||
import type { NextUrlWithParsedQuery } from 'next/dist/server/request-meta';
|
||||
import type { IncrementalCacheEntry, IncrementalCacheValue } from 'next/dist/server/response-cache';
|
||||
import type { ImageConfigComplete } from '../shared/lib/image-config';
|
||||
import type { NextConfigComplete } from './config-shared';
|
||||
import type { NextUrlWithParsedQuery } from './request-meta';
|
||||
import type { IncrementalCacheEntry, IncrementalCacheValue } from './response-cache';
|
||||
type XCacheHeader = 'MISS' | 'HIT' | 'STALE';
|
||||
export interface ImageParamsResult {
|
||||
href: string;
|
||||
|
||||
Reference in New Issue
Block a user