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 4bb686d commit 32de0d9Copy full SHA for 32de0d9
scripts/devlow-bench.mjs
@@ -40,6 +40,8 @@ const nextBuildWorkflow =
40
PWD: process.env.PWD,
41
NEXT_TRACE_UPLOAD_DISABLED: 'true',
42
NEXT_PRIVATE_SKIP_CANARY_CHECK: 'true',
43
+ // Enable next.js test mode to get HMR events and silence canary only
44
+ __NEXT_TEST_MODE: '1',
45
}
46
47
const serverEnv = {
@@ -253,7 +255,7 @@ const nextDevWorkflow =
253
255
NEXT_PUBLIC_OTEL_SENTRY: 'true',
254
256
NEXT_PUBLIC_OTEL_DEV_DISABLED: 'true',
257
- // Enable next.js test mode to get HMR events
258
259
__NEXT_TEST_MODE: '1',
260
261
0 commit comments