Skip to content

Commit 5c2a895

Browse files
Merge branch 'canary' into refactor/module-types
2 parents 888008d + 524b315 commit 5c2a895

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v18.16.0
1+
18.x

test/e2e/app-dir/actions/next.config.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
module.exports = {
33
productionBrowserSourceMaps: true,
44
experimental: {
5-
logging: 'verbose',
5+
logging: {
6+
level: 'verbose',
7+
},
68
serverActions: true,
79
},
810
}

0 commit comments

Comments
 (0)