File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed
overrides/incrementalCache Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11/* eslint-disable @typescript-eslint/no-non-null-assertion */
22import { AwsClient } from "aws4fetch" ;
33import path from "path" ;
4+ import { Extension } from "types/cache" ;
45import { IgnorableError , RecoverableError } from "utils/error" ;
56import { customFetchClient } from "utils/fetch" ;
67
78import { parseNumberFromEnv } from "../../adapters/util" ;
8- import { Extension } from "../../cache/next-types" ;
99import { IncrementalCache } from "./types" ;
1010
1111let awsClient : AwsClient | null = null ;
Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ import {
66 S3ClientConfig ,
77} from "@aws-sdk/client-s3" ;
88import path from "path" ;
9+ import { Extension } from "types/cache" ;
910
1011import { awsLogger } from "../../adapters/logger" ;
1112import { parseNumberFromEnv } from "../../adapters/util" ;
12- import { Extension } from "../../cache/next-types" ;
1313import { IncrementalCache } from "./types" ;
1414
1515const {
Original file line number Diff line number Diff line change 1- import { Meta } from "../../ cache/next-types " ;
1+ import { Meta } from "types/ cache" ;
22
33export type S3CachedFile =
44 | {
File renamed without changes.
You can’t perform that action at this time.
0 commit comments