Skip to content

Commit 990ff58

Browse files
committed
Remove leftover
1 parent 1e34bda commit 990ff58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nextjs/test/integration/next13.appdir.config.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const moduleExports = {
55
ignoreDuringBuilds: true,
66
},
77
experimental: {
8-
appDir: true, // experimental.appDir requires Node v16.8.0 or later.
8+
appDir: Number(process.env.NODE_MAJOR) >= 16, // experimental.appDir requires Node v16.8.0 or later.
99
},
1010
pageExtensions: ['jsx', 'js', 'tsx', 'ts', 'page.tsx'],
1111
sentry: {

0 commit comments

Comments
 (0)