File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
tests-unit/tests/build/patch/patches Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ import * as buildHelper from "./helper.js";
1818import { installDependencies } from "./installDeps.js" ;
1919import { type CodePatcher , applyCodePatches } from "./patch/codePatcher.js" ;
2020import {
21- patchFetchCacheForISR ,
22- patchUnstableCacheForISR ,
23- patchNextServer ,
2421 patchEnvVars ,
22+ patchFetchCacheForISR ,
2523 patchFetchCacheSetMissingWaitUntil ,
24+ patchNextServer ,
25+ patchUnstableCacheForISR ,
2626} from "./patch/patches/index.js" ;
2727
2828interface CodeCustomization {
Original file line number Diff line number Diff line change 11import { patchCode } from "@opennextjs/aws/build/patch/astCodePatcher.js" ;
22import {
3- removeMiddlewareManifestRule ,
4- minimalRule ,
53 disablePreloadingRule ,
4+ minimalRule ,
5+ removeMiddlewareManifestRule ,
66} from "@opennextjs/aws/build/patch/patches/patchNextServer.js" ;
7- import { it , describe } from "vitest" ;
7+ import { describe , it } from "vitest" ;
88
99const nextServerGetMiddlewareManifestCode = `
1010class NextNodeServer extends _baseserver.default {
You can’t perform that action at this time.
0 commit comments