Skip to content

Commit 4dd9c25

Browse files
committed
rm comment
1 parent 3f6b21f commit 4dd9c25

File tree

1 file changed

+0
-1
lines changed
  • packages/open-next/src/adapters/config

1 file changed

+0
-1
lines changed

packages/open-next/src/adapters/config/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ export const OPEN_NEXT_DIR = path.join(__dirname, ".open-next");
2020

2121
debug({ NEXT_DIR, OPEN_NEXT_DIR });
2222

23-
//TODO: inject these values at build time
2423
export const NextConfig = /* @__PURE__ */ loadConfig(NEXT_DIR);
2524
export const BuildId = /* @__PURE__ */ loadBuildId(NEXT_DIR);
2625
export const HtmlPages = /* @__PURE__ */ loadHtmlPages(NEXT_DIR);

0 commit comments

Comments
 (0)