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 f83a27a commit 91b5687Copy full SHA for 91b5687
tests/utils/fixture.ts
@@ -571,6 +571,6 @@ export async function invokeSandboxedFunction(
571
export const EDGE_MIDDLEWARE_FUNCTION_NAME = '___netlify-edge-handler-middleware'
572
// Turbopack has different output than webpack
573
export const EDGE_MIDDLEWARE_SRC_FUNCTION_NAME = hasDefaultTurbopackBuilds()
574
- ? '___netlify-edge-handler-src-middleware'
575
- : EDGE_MIDDLEWARE_FUNCTION_NAME
+ ? EDGE_MIDDLEWARE_FUNCTION_NAME
+ : '___netlify-edge-handler-src-middleware'
576
export const NODE_MIDDLEWARE_FUNCTION_NAME = '___netlify-edge-handler-node-middleware'
0 commit comments