Skip to content

Commit

Permalink
chore: add express middleware types
Browse files Browse the repository at this point in the history
  • Loading branch information
svedova committed Oct 18, 2023
1 parent 69f9405 commit b1e82d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rollup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export default [
router: "./dist/types/router.d.ts",
serverless: "./dist/types/serverless.d.ts",
middlewares: "./dist/types/middlewares/index.d.ts",
"middlewares/express": "./dist/types/middlewares/express.d.ts",
aws: "./dist/types/handlers/aws.d.ts",
gcp: "./dist/types/handlers/gcp.d.ts",
},
Expand Down

0 comments on commit b1e82d7

Please sign in to comment.