You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/next-on-pages/build-metadata.d.ts
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -7,10 +7,8 @@ type NextOnPagesBuildMetadata = {
7
7
/** (subset of) values obtained from the user's next.config.js (if any was found) */
8
8
config?: {
9
9
experimental?: Pick<
10
-
NonNullable<
11
-
// eslint-disable-next-line @typescript-eslint/consistent-type-imports -- the import needs to be dynamic since the nextConfig file itself uses this type
// eslint-disable-next-line @typescript-eslint/consistent-type-imports -- the import needs to be dynamic since the nextConfig file itself uses this type
0 commit comments