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";
22
22
import { installDependencies } from "./installDeps.js" ;
23
23
import { type CodePatcher , applyCodePatches } from "./patch/codePatcher.js" ;
24
24
import {
25
+ patchBackgroundRevalidation ,
25
26
patchEnvVars ,
26
27
patchFetchCacheForISR ,
27
28
patchFetchCacheSetMissingWaitUntil ,
28
29
patchNextServer ,
29
30
patchUnstableCacheForISR ,
30
31
} from "./patch/patches/index.js" ;
31
- import { patchBackgroundRevalidation } from "./patch/patches/patchBackgroundRevalidation.js" ;
32
32
33
33
interface CodeCustomization {
34
34
// These patches are meant to apply on user and next generated code
Original file line number Diff line number Diff line change 5
5
patchUnstableCacheForISR ,
6
6
} from "./patchFetchCacheISR.js" ;
7
7
export { patchFetchCacheSetMissingWaitUntil } from "./patchFetchCacheWaitUntil.js" ;
8
+ export { patchBackgroundRevalidation } from "./patchBackgroundRevalidation.js" ;
You can’t perform that action at this time.
0 commit comments