Skip to content

Commit edc525c

Browse files
committed
.
1 parent d715a45 commit edc525c

File tree

1 file changed

+1
-1
lines changed
  • dev-packages/e2e-tests/test-applications/nextjs-pages-dir

1 file changed

+1
-1
lines changed

dev-packages/e2e-tests/test-applications/nextjs-pages-dir/next.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const { withSentryConfig } = require('@sentry/nextjs');
33
/** @type {import('next').NextConfig} */
44
const nextConfig = {
55
experimental: {
6-
appDir: false,
6+
appDir: true,
77
serverActions: true,
88
},
99
};

0 commit comments

Comments
 (0)