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 b6f14ac commit 2c25630Copy full SHA for 2c25630
1 file changed
packages/nextjs/test/config/testUtils.ts
@@ -78,6 +78,7 @@ export async function materializeFinalWebpackConfig(options: {
78
nextJsVersion: options.nextJsVersion,
79
useRunAfterProductionCompileHook:
80
options.useRunAfterProductionCompileHook ?? options.sentryBuildTimeOptions?.useRunAfterProductionCompileHook,
81
+ vercelCronsConfigResult: { config: undefined, strategy: undefined },
82
});
83
84
// call it to get concrete values for comparison
0 commit comments