We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 661117e commit 9840b82Copy full SHA for 9840b82
packages/open-next/src/build/compileTagCacheProvider.ts
@@ -25,6 +25,7 @@ export async function compileTagCacheProvider(
25
overrides: {
26
converter: overrides?.converter ?? "dummy",
27
wrapper: overrides?.wrapper,
28
+ tagCache: options.config.initializationFunction?.tagCache,
29
},
30
}),
31
],
0 commit comments