Skip to content

Commit ea19789

Browse files
committed
fix tag cache not used by initialization function
1 parent c894cb2 commit ea19789

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/open-next/src/build/compileTagCacheProvider.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ export async function compileTagCacheProvider(
2525
overrides: {
2626
converter: overrides?.converter ?? "dummy",
2727
wrapper: overrides?.wrapper,
28+
tagCache: options.config.initializationFunction?.tagCache,
2829
},
2930
}),
3031
],

0 commit comments

Comments
 (0)