You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/aws/config/full_example.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -166,7 +166,7 @@ const config = {
166
166
// This path is relative from the current process.cwd(). - Optional
167
167
packageJsonPath: 'package.json',
168
168
// Advanced usage
169
-
// If you use the edge runtime somewhere (either in the middleware or in the functions), we compile 2 versions of the open-next.config.ts file.
169
+
// If you use the edge runtime somewhere (either with an external middleware or in the functions), we compile 2 versions of the open-next.config.ts file.
170
170
// One for the node runtime and one for the edge runtime.
171
171
// This option allows you to specify the externals for the edge runtime used in esbuild for the compilation of open-next.config.ts
172
172
// It is especially useful if you use some custom overrides only in node
0 commit comments