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 b3a9115 commit be8ad61Copy full SHA for be8ad61
packages/open-next/src/adapters/config/index.ts
@@ -8,11 +8,11 @@ import {
8
loadBuildId,
9
loadConfig,
10
loadConfigHeaders,
11
+ loadFunctionsConfigManifest,
12
loadHtmlPages,
13
loadMiddlewareManifest,
14
loadPrerenderManifest,
15
loadRoutesManifest,
- loadFunctionsConfigManifest,
16
} from "./util.js";
17
18
export const NEXT_DIR = path.join(__dirname, ".next");
0 commit comments