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 3f6b21f commit 4dd9c25Copy full SHA for 4dd9c25
packages/open-next/src/adapters/config/index.ts
@@ -20,7 +20,6 @@ export const OPEN_NEXT_DIR = path.join(__dirname, ".open-next");
20
21
debug({ NEXT_DIR, OPEN_NEXT_DIR });
22
23
-//TODO: inject these values at build time
24
export const NextConfig = /* @__PURE__ */ loadConfig(NEXT_DIR);
25
export const BuildId = /* @__PURE__ */ loadBuildId(NEXT_DIR);
26
export const HtmlPages = /* @__PURE__ */ loadHtmlPages(NEXT_DIR);
0 commit comments