add defineCloudflareConfig utility
#1092
Annotations
7 errors and 1 warning
|
test
Type '"dummy" | (() => IncrementalCache | TagCache | Queue | Promise<IncrementalCache | TagCache | Queue>)' is not assignable to type 'IncludedIncrementalCache | LazyLoadedOverride<IncrementalCache> | undefined'.
|
|
test
Argument of type 'IncrementalCache | "dummy" | (() => IncrementalCache | Promise<IncrementalCache>) | undefined' is not assignable to parameter of type 'IncrementalCache | TagCache | Queue | (() => IncrementalCache | TagCache | Queue | Promise<IncrementalCache | TagCache | Queue>) | undefined'.
|
|
test
Type '"dummy" | (() => IncrementalCache | TagCache | Queue | Promise<IncrementalCache | TagCache | Queue>)' is not assignable to type 'IncludedTagCache | LazyLoadedOverride<TagCache> | undefined'.
|
|
test
Argument of type '"dummy" | TagCache | (() => TagCache | Promise<TagCache>) | undefined' is not assignable to parameter of type 'IncrementalCache | TagCache | Queue | (() => IncrementalCache | TagCache | Queue | Promise<IncrementalCache | TagCache | Queue>) | undefined'.
|
|
test
Type '"dummy" | (() => IncrementalCache | TagCache | Queue | Promise<IncrementalCache | TagCache | Queue>)' is not assignable to type 'IncludedQueue | LazyLoadedOverride<Queue> | undefined'.
|
|
test
Argument of type '"dummy" | Queue | "direct" | (() => Queue | Promise<Queue>) | undefined' is not assignable to parameter of type 'IncrementalCache | TagCache | Queue | (() => IncrementalCache | TagCache | Queue | Promise<IncrementalCache | TagCache | Queue>) | undefined'.
|
|
test
Process completed with exit code 2.
|
|
test
No files were found with the provided path: ./**/playwright-report. No artifacts will be uploaded.
|