Edit gitignore file
This commit is contained in:
8
frontend/style/node_modules/next/dist/server/lib/incremental-cache/index.d.ts
generated
vendored
8
frontend/style/node_modules/next/dist/server/lib/incremental-cache/index.d.ts
generated
vendored
@@ -1,7 +1,7 @@
|
||||
import type { CacheFs } from 'next/dist/shared/lib/utils';
|
||||
import type { PrerenderManifest } from 'next/dist/build';
|
||||
import type { IncrementalCacheValue, IncrementalCacheEntry, IncrementalCache as IncrementalCacheType, IncrementalCacheKindHint } from 'next/dist/server/response-cache';
|
||||
import type { DeepReadonly } from 'next/dist/shared/lib/deep-readonly';
|
||||
import type { CacheFs } from '../../../shared/lib/utils';
|
||||
import type { PrerenderManifest } from '../../../build';
|
||||
import type { IncrementalCacheValue, IncrementalCacheEntry, IncrementalCache as IncrementalCacheType, IncrementalCacheKindHint } from '../../response-cache';
|
||||
import type { DeepReadonly } from '../../../shared/lib/deep-readonly';
|
||||
export interface CacheHandlerContext {
|
||||
fs?: CacheFs;
|
||||
dev?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user