File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
packages/open-next/src/build Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ import * as buildHelper from "./helper.js";
2222import { installDependencies } from "./installDeps.js" ;
2323import { type CodePatcher , applyCodePatches } from "./patch/codePatcher.js" ;
2424import {
25+ patchBackgroundRevalidation ,
2526 patchEnvVars ,
2627 patchFetchCacheForISR ,
2728 patchFetchCacheSetMissingWaitUntil ,
2829 patchNextServer ,
2930 patchUnstableCacheForISR ,
3031} from "./patch/patches/index.js" ;
31- import { patchBackgroundRevalidation } from "./patch/patches/patchBackgroundRevalidation.js" ;
3232
3333interface CodeCustomization {
3434 // These patches are meant to apply on user and next generated code
Original file line number Diff line number Diff line change 55 patchUnstableCacheForISR ,
66} from "./patchFetchCacheISR.js" ;
77export { patchFetchCacheSetMissingWaitUntil } from "./patchFetchCacheWaitUntil.js" ;
8+ export { patchBackgroundRevalidation } from "./patchBackgroundRevalidation.js" ;
You can’t perform that action at this time.
0 commit comments