Skip to content

Commit

Permalink
build: fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Mar 30, 2021
1 parent 2d5dc5a commit 2da9550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,4 @@ export class App<O extends Options = Options> {
}
}

export { createNodeMiddleware } from "./middleware/node";
export { createNodeMiddleware } from "./middleware/node/index";

0 comments on commit 2da9550

Please sign in to comment.