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.
1 parent 0e1632d commit 23c85fbCopy full SHA for 23c85fb
tests/fixtures/after/package.json
@@ -14,7 +14,7 @@
14
},
15
"test": {
16
"dependencies": {
17
- "next": "15.1.11"
+ "next": ">=15.1.0"
18
}
19
20
tests/prepare.mjs
@@ -23,6 +23,7 @@ const e2eOnlyFixtures = new Set([
23
'after',
24
'cli-before-regional-blobs-support',
25
'dist-dir',
26
+ 'dynamic-cms',
27
'middleware-i18n-excluded-paths',
28
'middleware-node-runtime-specific',
29
'middleware-static-asset-matcher',
0 commit comments