Skip to content

Commit 0536cc6

Browse files
authored
fix: typo (#548)
1 parent c30b0db commit 0536cc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/open-next/src/build/generateOutput.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ interface OpenNextOutput {
9292
};
9393
}
9494

95-
const indexHandler = "index.hander";
95+
const indexHandler = "index.handler";
9696

9797
async function canStream(opts: FunctionOptions) {
9898
if (!opts.override?.wrapper) {

0 commit comments

Comments
 (0)