Skip to content

Commit 038ab11

Browse files
committed
refactor: add more typings and clean up export/build flows
1 parent ce42a99 commit 038ab11

File tree

18 files changed

+1154
-922
lines changed

18 files changed

+1154
-922
lines changed

packages/next-swc/crates/next-core/js/src/internal/nodejs-proxy-handler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export default (routeModule: AppRouteRouteModule) => {
4242
previewModeId: 'development-id',
4343
} as any,
4444
},
45-
staticGenerationContext: {
45+
renderOpts: {
4646
supportsDynamicHTML: true,
4747
},
4848
}

0 commit comments

Comments
 (0)