Skip to content

Commit bfc26de

Browse files
conico974vicb
andauthored
Update packages/cloudflare/src/cli/build/open-next/createServerBundle.ts
Co-authored-by: Victor Berchet <[email protected]>
1 parent 15829c8 commit bfc26de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cloudflare/src/cli/build/open-next/createServerBundle.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ async function generateBundle(
199199
overrides,
200200
}),
201201

202-
openNextExternalMiddlewarePlugin(path.join(options.openNextDistDir, "core", "edgeFunctionHandler.js")),
202+
openNextExternalMiddlewarePlugin(path.join(options.openNextDistDir, "core/edgeFunctionHandler.js")),
203203

204204
openNextEdgePlugins({
205205
nextDir: path.join(options.appBuildOutputPath, ".next"),

0 commit comments

Comments
 (0)