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.
distDir
1 parent 0de61f8 commit 6611e0aCopy full SHA for 6611e0a
packages/nextjs/src/config/types.ts
@@ -15,6 +15,8 @@ export type NextConfigObject = {
15
webpack: WebpackConfigFunction;
16
// whether to build serverless functions for all pages, not just API routes
17
target: 'server' | 'experimental-serverless-trace';
18
+ // the output directory for the built app (defaults to ".next")
19
+ distDir: string;
20
sentry?: {
21
disableServerWebpackPlugin?: boolean;
22
disableClientWebpackPlugin?: boolean;
0 commit comments