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 c894cb2 commit ea19789Copy full SHA for ea19789
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