Skip to content

Commit fd69a8e

Browse files
committed
fix BuildContext type
1 parent 2b058cc commit fd69a8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nextjs/src/config/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export type WebpackConfigObject = {
4343
};
4444

4545
// Information about the current build environment
46-
export type BuildContext = { dev: boolean; isServer: boolean; buildId: string };
46+
export type BuildContext = { dev: boolean; isServer: boolean; buildId: string; dir: string };
4747

4848
/**
4949
* Webpack `entry` config

0 commit comments

Comments
 (0)